#77596C

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

Shades of Cosmic #77596C

Tints of Cosmic #77596C

Color information

#77596C (or 0x77596C) is unknown color: approx Cosmic. HEX triplet: 77, 59 and 6C. RGB value is (119,89,108). Sum of RGB (Red+Green+Blue) = 119+89+108=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77596C is #88A693. Grayscale: #646464. Windows color (decimal): -8955540 or 7100791. OLE color: 7100791.

HSL color Cylindrical-coordinate representation of color #77596C: hue angle of 322º 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 #77596C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11989108-
CMYK00.250.090.53
HSL322º14.42%40.78%-
HSV(B)322º25.21%46.67%-
XYZ13.8912.1515.8-
YUV100.14132.44141.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=37.66%
G=28.16%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198910800.250.090.5332214.4240.78
Hex77596C019935142e29
Octal16713115403111655021651
Binary11101111011001110110001100110011101011010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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