Shades of Cosmic #77435D
Tints of Cosmic #77435D
RGB
CMYK
RGB Variations
Color information
#77435D (or 0x77435D) is known color: Cosmic. HEX triplet: 77, 43 and 5D. RGB value is (119,67,93). Sum of RGB (Red+Green+Blue) = 119+67+93=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77435D is #88BCA2. Grayscale: #555555. Windows color (decimal): -8961187 or 6112119. OLE color: 6112119.
HSL color Cylindrical-coordinate representation of color #77435D: hue angle of 330º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77435D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 93 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.53 |
| HSL | 330º | 0.28% | 0.36% | - |
| HSV(B) | 330º | 0.44% | 0.47% | - |
| XYZ | 11.59 | 8.73 | 11.43 | - |
| YUV | 85.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 93 | 0 | 0.44 | 0.22 | 0.53 | 330 | 0.28 | 0.36 |
| Hex | 77 | 43 | 5D | 0 | 2C | 16 | 35 | 14A | 1C | 24 |
| Octal | 167 | 103 | 135 | 0 | 54 | 26 | 65 | 512 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1011101 | 0 | 101100 | 10110 | 110101 | 101001010 | 11100 | 100100 |
Color Harmonies of #77435D
Complementary color
Monochromatic Colors of #77435D
Black with #77435D
Text Example
Text Example
White with #77435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77435D; }
p { color: rgb(119,67,93); }
H1.HeaderClassName
{
color: #77435D;
}
.AnyTagClassName
{
color: #77435D;
}
</style>
background-color css
<style>
a { background-color: #77435D; }
a { background-color: rgb(119,67,93); }
div.DivClassName
{
background-color: #77435D;
}
.BgClassName
{
background-color: #77435D;
}
</style>
border-color css
<style>
span { border-color: #77435D; }
span { border-color: rgb(119,67,93); }
td.TdClassName
{
border-color: #77435D;
}
.TagClassName
{
border-color: #77435D;
}
</style>