Shades of Cosmic #76535E
Tints of Cosmic #76535E
RGB
CMYK
RGB Variations
Color information
#76535E (or 0x76535E) is known color: Cosmic. HEX triplet: 76, 53 and 5E. RGB value is (118,83,94). Sum of RGB (Red+Green+Blue) = 118+83+94=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535E is #89ACA1. Grayscale: #5E5E5E. Windows color (decimal): -9022626 or 6181750. OLE color: 6181750.
HSL color Cylindrical-coordinate representation of color #76535E: hue angle of 341.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 94 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.54 |
| HSL | 341.14º | 0.17% | 0.39% | - |
| HSV(B) | 341.14º | 0.3% | 0.46% | - |
| XYZ | 12.58 | 10.85 | 12.02 | - |
| YUV | 94.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 94 | 0 | 0.30 | 0.20 | 0.54 | 341.14 | 0.17 | 0.39 |
| Hex | 76 | 53 | 5E | 0 | 1E | 14 | 36 | 155 | 11 | 27 |
| Octal | 166 | 123 | 136 | 0 | 36 | 24 | 66 | 525 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1011110 | 0 | 11110 | 10100 | 110110 | 101010101 | 10001 | 100111 |
Color Harmonies of #76535E
Complementary color
Monochromatic Colors of #76535E
Black with #76535E
Text Example
Text Example
White with #76535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76535E; }
p { color: rgb(118,83,94); }
H1.HeaderClassName
{
color: #76535E;
}
.AnyTagClassName
{
color: #76535E;
}
</style>
background-color css
<style>
a { background-color: #76535E; }
a { background-color: rgb(118,83,94); }
div.DivClassName
{
background-color: #76535E;
}
.BgClassName
{
background-color: #76535E;
}
</style>
border-color css
<style>
span { border-color: #76535E; }
span { border-color: rgb(118,83,94); }
td.TdClassName
{
border-color: #76535E;
}
.TagClassName
{
border-color: #76535E;
}
</style>