Shades of Cosmic #77586A
Tints of Cosmic #77586A
RGB
CMYK
RGB Variations
Color information
#77586A (or 0x77586A) is known color: Cosmic. HEX triplet: 77, 58 and 6A. RGB value is (119,88,106). Sum of RGB (Red+Green+Blue) = 119+88+106=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77586A is #88A795. Grayscale: #636363. Windows color (decimal): -8955798 or 6969463. OLE color: 6969463.
HSL color Cylindrical-coordinate representation of color #77586A: hue angle of 325.16º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77586A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 106 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.53 |
| HSL | 325.16º | 0.15% | 0.41% | - |
| HSV(B) | 325.16º | 0.26% | 0.47% | - |
| XYZ | 13.7 | 11.94 | 15.22 | - |
| YUV | 99.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 106 | 0 | 0.26 | 0.11 | 0.53 | 325.16 | 0.15 | 0.41 |
| Hex | 77 | 58 | 6A | 0 | 1A | B | 35 | 145 | F | 29 |
| Octal | 167 | 130 | 152 | 0 | 32 | 13 | 65 | 505 | 17 | 51 |
| Binary | 1110111 | 1011000 | 1101010 | 0 | 11010 | 1011 | 110101 | 101000101 | 1111 | 101001 |
Color Harmonies of #77586A
Complementary color
Monochromatic Colors of #77586A
Black with #77586A
Text Example
Text Example
White with #77586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77586A; }
p { color: rgb(119,88,106); }
H1.HeaderClassName
{
color: #77586A;
}
.AnyTagClassName
{
color: #77586A;
}
</style>
background-color css
<style>
a { background-color: #77586A; }
a { background-color: rgb(119,88,106); }
div.DivClassName
{
background-color: #77586A;
}
.BgClassName
{
background-color: #77586A;
}
</style>
border-color css
<style>
span { border-color: #77586A; }
span { border-color: rgb(119,88,106); }
td.TdClassName
{
border-color: #77586A;
}
.TagClassName
{
border-color: #77586A;
}
</style>