Shades of Cosmic #76435E
Tints of Cosmic #76435E
RGB
CMYK
RGB Variations
Color information
#76435E (or 0x76435E) is known color: Cosmic. HEX triplet: 76, 43 and 5E. RGB value is (118,67,94). Sum of RGB (Red+Green+Blue) = 118+67+94=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435E is #89BCA1. Grayscale: #555555. Windows color (decimal): -9026722 or 6177654. OLE color: 6177654.
HSL color Cylindrical-coordinate representation of color #76435E: hue angle of 328.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76435E is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 94 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.54 |
| HSL | 328.24º | 0.28% | 0.36% | - |
| HSV(B) | 328.24º | 0.43% | 0.46% | - |
| XYZ | 11.5 | 8.67 | 11.66 | - |
| YUV | 85.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 94 | 0 | 0.43 | 0.20 | 0.54 | 328.24 | 0.28 | 0.36 |
| Hex | 76 | 43 | 5E | 0 | 2B | 14 | 36 | 148 | 1C | 24 |
| Octal | 166 | 103 | 136 | 0 | 53 | 24 | 66 | 510 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1011110 | 0 | 101011 | 10100 | 110110 | 101001000 | 11100 | 100100 |
Color Harmonies of #76435E
Complementary color
Monochromatic Colors of #76435E
Black with #76435E
Text Example
Text Example
White with #76435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76435E; }
p { color: rgb(118,67,94); }
H1.HeaderClassName
{
color: #76435E;
}
.AnyTagClassName
{
color: #76435E;
}
</style>
background-color css
<style>
a { background-color: #76435E; }
a { background-color: rgb(118,67,94); }
div.DivClassName
{
background-color: #76435E;
}
.BgClassName
{
background-color: #76435E;
}
</style>
border-color css
<style>
span { border-color: #76435E; }
span { border-color: rgb(118,67,94); }
td.TdClassName
{
border-color: #76435E;
}
.TagClassName
{
border-color: #76435E;
}
</style>