Shades of Cosmic #77425C
Tints of Cosmic #77425C
RGB
CMYK
RGB Variations
Color information
#77425C (or 0x77425C) is known color: Cosmic. HEX triplet: 77, 42 and 5C. RGB value is (119,66,92). Sum of RGB (Red+Green+Blue) = 119+66+92=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425C is #88BDA3. Grayscale: #545454. Windows color (decimal): -8961444 or 6046327. OLE color: 6046327.
HSL color Cylindrical-coordinate representation of color #77425C: hue angle of 330.57º 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 #77425C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 92 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.53 |
| HSL | 330.57º | 0.29% | 0.36% | - |
| HSV(B) | 330.57º | 0.45% | 0.47% | - |
| XYZ | 11.49 | 8.59 | 11.18 | - |
| YUV | 84.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 92 | 0 | 0.45 | 0.23 | 0.53 | 330.57 | 0.29 | 0.36 |
| Hex | 77 | 42 | 5C | 0 | 2D | 17 | 35 | 14B | 1D | 24 |
| Octal | 167 | 102 | 134 | 0 | 55 | 27 | 65 | 513 | 35 | 44 |
| Binary | 1110111 | 1000010 | 1011100 | 0 | 101101 | 10111 | 110101 | 101001011 | 11101 | 100100 |
Color Harmonies of #77425C
Complementary color
Monochromatic Colors of #77425C
Black with #77425C
Text Example
Text Example
White with #77425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77425C; }
p { color: rgb(119,66,92); }
H1.HeaderClassName
{
color: #77425C;
}
.AnyTagClassName
{
color: #77425C;
}
</style>
background-color css
<style>
a { background-color: #77425C; }
a { background-color: rgb(119,66,92); }
div.DivClassName
{
background-color: #77425C;
}
.BgClassName
{
background-color: #77425C;
}
</style>
border-color css
<style>
span { border-color: #77425C; }
span { border-color: rgb(119,66,92); }
td.TdClassName
{
border-color: #77425C;
}
.TagClassName
{
border-color: #77425C;
}
</style>