Shades of Cosmic #77425F
Tints of Cosmic #77425F
RGB
CMYK
RGB Variations
Color information
#77425F (or 0x77425F) is known color: Cosmic. HEX triplet: 77, 42 and 5F. RGB value is (119,66,95). Sum of RGB (Red+Green+Blue) = 119+66+95=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425F is #88BDA0. Grayscale: #555555. Windows color (decimal): -8961441 or 6242935. OLE color: 6242935.
HSL color Cylindrical-coordinate representation of color #77425F: hue angle of 327.17º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77425F is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 95 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.53 |
| HSL | 327.17º | 0.29% | 0.36% | - |
| HSV(B) | 327.17º | 0.45% | 0.47% | - |
| XYZ | 11.62 | 8.64 | 11.88 | - |
| YUV | 85.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 95 | 0 | 0.45 | 0.20 | 0.53 | 327.17 | 0.29 | 0.36 |
| Hex | 77 | 42 | 5F | 0 | 2D | 14 | 35 | 147 | 1D | 24 |
| Octal | 167 | 102 | 137 | 0 | 55 | 24 | 65 | 507 | 35 | 44 |
| Binary | 1110111 | 1000010 | 1011111 | 0 | 101101 | 10100 | 110101 | 101000111 | 11101 | 100100 |
Color Harmonies of #77425F
Complementary color
Monochromatic Colors of #77425F
Black with #77425F
Text Example
Text Example
White with #77425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77425F; }
p { color: rgb(119,66,95); }
H1.HeaderClassName
{
color: #77425F;
}
.AnyTagClassName
{
color: #77425F;
}
</style>
background-color css
<style>
a { background-color: #77425F; }
a { background-color: rgb(119,66,95); }
div.DivClassName
{
background-color: #77425F;
}
.BgClassName
{
background-color: #77425F;
}
</style>
border-color css
<style>
span { border-color: #77425F; }
span { border-color: rgb(119,66,95); }
td.TdClassName
{
border-color: #77425F;
}
.TagClassName
{
border-color: #77425F;
}
</style>