Shades of Cosmic #77485E
Tints of Cosmic #77485E
RGB
CMYK
RGB Variations
Color information
#77485E (or 0x77485E) is known color: Cosmic. HEX triplet: 77, 48 and 5E. RGB value is (119,72,94). Sum of RGB (Red+Green+Blue) = 119+72+94=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77485E is #88B7A1. Grayscale: #585858. Windows color (decimal): -8959906 or 6178935. OLE color: 6178935.
HSL color Cylindrical-coordinate representation of color #77485E: hue angle of 331.91º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77485E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 94 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.53 |
| HSL | 331.91º | 0.25% | 0.37% | - |
| HSV(B) | 331.91º | 0.39% | 0.47% | - |
| XYZ | 11.95 | 9.36 | 11.77 | - |
| YUV | 88.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 94 | 0 | 0.39 | 0.21 | 0.53 | 331.91 | 0.25 | 0.37 |
| Hex | 77 | 48 | 5E | 0 | 27 | 15 | 35 | 14C | 19 | 25 |
| Octal | 167 | 110 | 136 | 0 | 47 | 25 | 65 | 514 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1011110 | 0 | 100111 | 10101 | 110101 | 101001100 | 11001 | 100101 |
Color Harmonies of #77485E
Complementary color
Monochromatic Colors of #77485E
Black with #77485E
Text Example
Text Example
White with #77485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77485E; }
p { color: rgb(119,72,94); }
H1.HeaderClassName
{
color: #77485E;
}
.AnyTagClassName
{
color: #77485E;
}
</style>
background-color css
<style>
a { background-color: #77485E; }
a { background-color: rgb(119,72,94); }
div.DivClassName
{
background-color: #77485E;
}
.BgClassName
{
background-color: #77485E;
}
</style>
border-color css
<style>
span { border-color: #77485E; }
span { border-color: rgb(119,72,94); }
td.TdClassName
{
border-color: #77485E;
}
.TagClassName
{
border-color: #77485E;
}
</style>