Shades of Cosmic #77475E
Tints of Cosmic #77475E
RGB
CMYK
RGB Variations
Color information
#77475E (or 0x77475E) is known color: Cosmic. HEX triplet: 77, 47 and 5E. RGB value is (119,71,94). Sum of RGB (Red+Green+Blue) = 119+71+94=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77475E is #88B8A1. Grayscale: #575757. Windows color (decimal): -8960162 or 6178679. OLE color: 6178679.
HSL color Cylindrical-coordinate representation of color #77475E: hue angle of 331.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77475E is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 94 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.53 |
| HSL | 331.25º | 0.25% | 0.37% | - |
| HSV(B) | 331.25º | 0.4% | 0.47% | - |
| XYZ | 11.88 | 9.24 | 11.75 | - |
| YUV | 87.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 94 | 0 | 0.40 | 0.21 | 0.53 | 331.25 | 0.25 | 0.37 |
| Hex | 77 | 47 | 5E | 0 | 28 | 15 | 35 | 14B | 19 | 25 |
| Octal | 167 | 107 | 136 | 0 | 50 | 25 | 65 | 513 | 31 | 45 |
| Binary | 1110111 | 1000111 | 1011110 | 0 | 101000 | 10101 | 110101 | 101001011 | 11001 | 100101 |
Color Harmonies of #77475E
Complementary color
Monochromatic Colors of #77475E
Black with #77475E
Text Example
Text Example
White with #77475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77475E; }
p { color: rgb(119,71,94); }
H1.HeaderClassName
{
color: #77475E;
}
.AnyTagClassName
{
color: #77475E;
}
</style>
background-color css
<style>
a { background-color: #77475E; }
a { background-color: rgb(119,71,94); }
div.DivClassName
{
background-color: #77475E;
}
.BgClassName
{
background-color: #77475E;
}
</style>
border-color css
<style>
span { border-color: #77475E; }
span { border-color: rgb(119,71,94); }
td.TdClassName
{
border-color: #77475E;
}
.TagClassName
{
border-color: #77475E;
}
</style>