#775966

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

Shades of Cosmic #775966

Tints of Cosmic #775966

Color information

#775966 (or 0x775966) is unknown color: approx Cosmic. HEX triplet: 77, 59 and 66. RGB value is (119,89,102). Sum of RGB (Red+Green+Blue) = 119+89+102=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #775966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775966 is #88A699. Grayscale: #636363. Windows color (decimal): -8955546 or 6707575. OLE color: 6707575.

HSL color Cylindrical-coordinate representation of color #775966: hue angle of 334º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775966 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11989102-
CMYK00.250.140.53
HSL334º14.42%40.78%-
HSV(B)334º25.21%46.67%-
XYZ13.5812.0314.18-
YUV99.45129.44141.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=38.39%
G=28.71%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198910200.250.140.5333414.4240.78
Hex775966019E3514ee29
Octal16713114603116655161651
Binary11101111011001110011001100111101101011010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775966; }

 p { color: rgb(119,89,102); }

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

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

 a { background-color: rgb(119,89,102); }

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

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

 span { border-color: rgb(119,89,102); }

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