Shades of Cosmic #77435B
Tints of Cosmic #77435B
RGB
CMYK
RGB Variations
Color information
#77435B (or 0x77435B) is known color: Cosmic. HEX triplet: 77, 43 and 5B. RGB value is (119,67,91). Sum of RGB (Red+Green+Blue) = 119+67+91=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77435B is #88BCA4. Grayscale: #555555. Windows color (decimal): -8961189 or 5981047. OLE color: 5981047.
HSL color Cylindrical-coordinate representation of color #77435B: hue angle of 332.31º 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 #77435B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 91 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.53 |
| HSL | 332.31º | 0.28% | 0.36% | - |
| HSV(B) | 332.31º | 0.44% | 0.47% | - |
| XYZ | 11.5 | 8.69 | 10.97 | - |
| YUV | 85.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 91 | 0 | 0.44 | 0.24 | 0.53 | 332.31 | 0.28 | 0.36 |
| Hex | 77 | 43 | 5B | 0 | 2C | 18 | 35 | 14C | 1C | 24 |
| Octal | 167 | 103 | 133 | 0 | 54 | 30 | 65 | 514 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1011011 | 0 | 101100 | 11000 | 110101 | 101001100 | 11100 | 100100 |
Color Harmonies of #77435B
Complementary color
Monochromatic Colors of #77435B
Black with #77435B
Text Example
Text Example
White with #77435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77435B; }
p { color: rgb(119,67,91); }
H1.HeaderClassName
{
color: #77435B;
}
.AnyTagClassName
{
color: #77435B;
}
</style>
background-color css
<style>
a { background-color: #77435B; }
a { background-color: rgb(119,67,91); }
div.DivClassName
{
background-color: #77435B;
}
.BgClassName
{
background-color: #77435B;
}
</style>
border-color css
<style>
span { border-color: #77435B; }
span { border-color: rgb(119,67,91); }
td.TdClassName
{
border-color: #77435B;
}
.TagClassName
{
border-color: #77435B;
}
</style>