Shades of Cosmic #77455E
Tints of Cosmic #77455E
RGB
CMYK
RGB Variations
Color information
#77455E (or 0x77455E) is known color: Cosmic. HEX triplet: 77, 45 and 5E. RGB value is (119,69,94). Sum of RGB (Red+Green+Blue) = 119+69+94=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77455E is #88BAA1. Grayscale: #565656. Windows color (decimal): -8960674 or 6178167. OLE color: 6178167.
HSL color Cylindrical-coordinate representation of color #77455E: hue angle of 330º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77455E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 94 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.53 |
| HSL | 330º | 0.27% | 0.37% | - |
| HSV(B) | 330º | 0.42% | 0.47% | - |
| XYZ | 11.76 | 8.99 | 11.7 | - |
| YUV | 86.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 94 | 0 | 0.42 | 0.21 | 0.53 | 330 | 0.27 | 0.37 |
| Hex | 77 | 45 | 5E | 0 | 2A | 15 | 35 | 14A | 1B | 25 |
| Octal | 167 | 105 | 136 | 0 | 52 | 25 | 65 | 512 | 33 | 45 |
| Binary | 1110111 | 1000101 | 1011110 | 0 | 101010 | 10101 | 110101 | 101001010 | 11011 | 100101 |
Color Harmonies of #77455E
Complementary color
Monochromatic Colors of #77455E
Black with #77455E
Text Example
Text Example
White with #77455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77455E; }
p { color: rgb(119,69,94); }
H1.HeaderClassName
{
color: #77455E;
}
.AnyTagClassName
{
color: #77455E;
}
</style>
background-color css
<style>
a { background-color: #77455E; }
a { background-color: rgb(119,69,94); }
div.DivClassName
{
background-color: #77455E;
}
.BgClassName
{
background-color: #77455E;
}
</style>
border-color css
<style>
span { border-color: #77455E; }
span { border-color: rgb(119,69,94); }
td.TdClassName
{
border-color: #77455E;
}
.TagClassName
{
border-color: #77455E;
}
</style>