Shades of Cosmic #77576B
Tints of Cosmic #77576B
RGB
CMYK
RGB Variations
Color information
#77576B (or 0x77576B) is known color: Cosmic. HEX triplet: 77, 57 and 6B. RGB value is (119,87,107). Sum of RGB (Red+Green+Blue) = 119+87+107=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576B is #88A894. Grayscale: #626262. Windows color (decimal): -8956053 or 7034743. OLE color: 7034743.
HSL color Cylindrical-coordinate representation of color #77576B: hue angle of 322.5º 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 #77576B is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 107 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.53 |
| HSL | 322.5º | 0.16% | 0.4% | - |
| HSV(B) | 322.5º | 0.27% | 0.47% | - |
| XYZ | 13.67 | 11.8 | 15.47 | - |
| YUV | 98.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 107 | 0 | 0.27 | 0.10 | 0.53 | 322.5 | 0.16 | 0.4 |
| Hex | 77 | 57 | 6B | 0 | 1B | A | 35 | 142 | 10 | 28 |
| Octal | 167 | 127 | 153 | 0 | 33 | 12 | 65 | 502 | 20 | 50 |
| Binary | 1110111 | 1010111 | 1101011 | 0 | 11011 | 1010 | 110101 | 101000010 | 10000 | 101000 |
Color Harmonies of #77576B
Complementary color
Monochromatic Colors of #77576B
Black with #77576B
Text Example
Text Example
White with #77576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77576B; }
p { color: rgb(119,87,107); }
H1.HeaderClassName
{
color: #77576B;
}
.AnyTagClassName
{
color: #77576B;
}
</style>
background-color css
<style>
a { background-color: #77576B; }
a { background-color: rgb(119,87,107); }
div.DivClassName
{
background-color: #77576B;
}
.BgClassName
{
background-color: #77576B;
}
</style>
border-color css
<style>
span { border-color: #77576B; }
span { border-color: rgb(119,87,107); }
td.TdClassName
{
border-color: #77576B;
}
.TagClassName
{
border-color: #77576B;
}
</style>