Shades of Cosmic #76435C
Tints of Cosmic #76435C
RGB
CMYK
RGB Variations
Color information
#76435C (or 0x76435C) is known color: Cosmic. HEX triplet: 76, 43 and 5C. RGB value is (118,67,92). Sum of RGB (Red+Green+Blue) = 118+67+92=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435C is #89BCA3. Grayscale: #555555. Windows color (decimal): -9026724 or 6046582. OLE color: 6046582.
HSL color Cylindrical-coordinate representation of color #76435C: hue angle of 330.59º 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 #76435C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 92 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.54 |
| HSL | 330.59º | 0.28% | 0.36% | - |
| HSV(B) | 330.59º | 0.43% | 0.46% | - |
| XYZ | 11.41 | 8.64 | 11.19 | - |
| YUV | 85.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 92 | 0 | 0.43 | 0.22 | 0.54 | 330.59 | 0.28 | 0.36 |
| Hex | 76 | 43 | 5C | 0 | 2B | 16 | 36 | 14B | 1C | 24 |
| Octal | 166 | 103 | 134 | 0 | 53 | 26 | 66 | 513 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1011100 | 0 | 101011 | 10110 | 110110 | 101001011 | 11100 | 100100 |
Color Harmonies of #76435C
Complementary color
Monochromatic Colors of #76435C
Black with #76435C
Text Example
Text Example
White with #76435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76435C; }
p { color: rgb(118,67,92); }
H1.HeaderClassName
{
color: #76435C;
}
.AnyTagClassName
{
color: #76435C;
}
</style>
background-color css
<style>
a { background-color: #76435C; }
a { background-color: rgb(118,67,92); }
div.DivClassName
{
background-color: #76435C;
}
.BgClassName
{
background-color: #76435C;
}
</style>
border-color css
<style>
span { border-color: #76435C; }
span { border-color: rgb(118,67,92); }
td.TdClassName
{
border-color: #76435C;
}
.TagClassName
{
border-color: #76435C;
}
</style>