Shades of Cosmic #77445D
Tints of Cosmic #77445D
RGB
CMYK
RGB Variations
Color information
#77445D (or 0x77445D) is known color: Cosmic. HEX triplet: 77, 44 and 5D. RGB value is (119,68,93). Sum of RGB (Red+Green+Blue) = 119+68+93=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445D is #88BBA2. Grayscale: #565656. Windows color (decimal): -8960931 or 6112375. OLE color: 6112375.
HSL color Cylindrical-coordinate representation of color #77445D: hue angle of 330.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77445D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 93 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.53 |
| HSL | 330.59º | 0.27% | 0.37% | - |
| HSV(B) | 330.59º | 0.43% | 0.47% | - |
| XYZ | 11.65 | 8.85 | 11.45 | - |
| YUV | 86.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 93 | 0 | 0.43 | 0.22 | 0.53 | 330.59 | 0.27 | 0.37 |
| Hex | 77 | 44 | 5D | 0 | 2B | 16 | 35 | 14B | 1B | 25 |
| Octal | 167 | 104 | 135 | 0 | 53 | 26 | 65 | 513 | 33 | 45 |
| Binary | 1110111 | 1000100 | 1011101 | 0 | 101011 | 10110 | 110101 | 101001011 | 11011 | 100101 |
Color Harmonies of #77445D
Complementary color
Monochromatic Colors of #77445D
Black with #77445D
Text Example
Text Example
White with #77445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77445D; }
p { color: rgb(119,68,93); }
H1.HeaderClassName
{
color: #77445D;
}
.AnyTagClassName
{
color: #77445D;
}
</style>
background-color css
<style>
a { background-color: #77445D; }
a { background-color: rgb(119,68,93); }
div.DivClassName
{
background-color: #77445D;
}
.BgClassName
{
background-color: #77445D;
}
</style>
border-color css
<style>
span { border-color: #77445D; }
span { border-color: rgb(119,68,93); }
td.TdClassName
{
border-color: #77445D;
}
.TagClassName
{
border-color: #77445D;
}
</style>