#77576C

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

Shades of Cosmic #77576C

Tints of Cosmic #77576C

Color information

#77576C (or 0x77576C) is unknown color: approx Cosmic. HEX triplet: 77, 57 and 6C. RGB value is (119,87,108). Sum of RGB (Red+Green+Blue) = 119+87+108=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576C is #88A893. Grayscale: #626262. Windows color (decimal): -8956052 or 7100279. OLE color: 7100279.

HSL color Cylindrical-coordinate representation of color #77576C: hue angle of 320.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77576C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11987108-
CMYK00.270.090.53
HSL320.62º15.53%40.39%-
HSV(B)320.62º26.89%46.67%-
XYZ13.7211.8215.75-
YUV98.96133.1142.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=37.90%
G=27.71%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198710800.270.090.53320.6215.5340.39
Hex77576C01B9351411028
Octal16712715403311655012050
Binary111011110101111101100011011100111010110100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77576C; }

 p { color: rgb(119,87,108); }

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

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

 a { background-color: rgb(119,87,108); }

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

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

 span { border-color: rgb(119,87,108); }

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