Shades of Cosmic #77596C
Tints of Cosmic #77596C
RGB
CMYK
RGB Variations
Color information
#77596C (or 0x77596C) is known color: 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
| RGB | 119 | 89 | 108 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.53 |
| HSL | 322º | 0.14% | 0.41% | - |
| HSV(B) | 322º | 0.25% | 0.47% | - |
| XYZ | 13.89 | 12.15 | 15.8 | - |
| YUV | 100.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 108 | 0 | 0.25 | 0.09 | 0.53 | 322 | 0.14 | 0.41 |
| Hex | 77 | 59 | 6C | 0 | 19 | 9 | 35 | 142 | E | 29 |
| Octal | 167 | 131 | 154 | 0 | 31 | 11 | 65 | 502 | 16 | 51 |
| Binary | 1110111 | 1011001 | 1101100 | 0 | 11001 | 1001 | 110101 | 101000010 | 1110 | 101001 |
Color Harmonies of #77596C
Complementary color
Monochromatic Colors of #77596C
Black with #77596C
Text Example
Text Example
White with #77596C
Text Example
Text Example
HTML Codes & Css Web 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>