#774960

Color #774960 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #774960

Tints of Cosmic #774960

Color information

#774960 (or 0x774960) is unknown color: approx Cosmic. HEX triplet: 77, 49 and 60. RGB value is (119,73,96). Sum of RGB (Red+Green+Blue) = 119+73+96=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774960 is #88B69F. Grayscale: #595959. Windows color (decimal): -8959648 or 6310263. OLE color: 6310263.

HSL color Cylindrical-coordinate representation of color #774960: hue angle of 330º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774960 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1197396-
CMYK00.390.190.53
HSL330º23.96%37.65%-
HSV(B)330º38.66%46.67%-
XYZ12.19.5312.27-
YUV89.38131.74149.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=41.32%
G=25.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119739600.390.190.5333023.9637.65
Hex774960027133514a1826
Octal16711114004723655123046
Binary11101111001001110000001001111001111010110100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774960; }

 p { color: rgb(119,73,96); }

 H1.HeaderClassName
 {
   color: #774960;
 }
 .AnyTagClassName
 {
   color: #774960;
 }
</style>
background-color css

<style>
 a { background-color: #774960; }

 a { background-color: rgb(119,73,96); }

 div.DivClassName
 {
   background-color: #774960;
 }
 .BgClassName
 {
   background-color: #774960;
 }
</style>
border-color css

<style>
 span { border-color: #774960; }

 span { border-color: rgb(119,73,96); }

 td.TdClassName
 {
   border-color: #774960;
 }
 .TagClassName
 {
   border-color: #774960;
 }
</style>