Shades of Cosmic #76535D
Tints of Cosmic #76535D
RGB
CMYK
RGB Variations
Color information
#76535D (or 0x76535D) is known color: Cosmic. HEX triplet: 76, 53 and 5D. RGB value is (118,83,93). Sum of RGB (Red+Green+Blue) = 118+83+93=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535D is #89ACA2. Grayscale: #5E5E5E. Windows color (decimal): -9022627 or 6116214. OLE color: 6116214.
HSL color Cylindrical-coordinate representation of color #76535D: hue angle of 342.86º 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 #76535D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 93 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.54 |
| HSL | 342.86º | 0.17% | 0.39% | - |
| HSV(B) | 342.86º | 0.3% | 0.46% | - |
| XYZ | 12.54 | 10.83 | 11.79 | - |
| YUV | 94.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 93 | 0 | 0.30 | 0.21 | 0.54 | 342.86 | 0.17 | 0.39 |
| Hex | 76 | 53 | 5D | 0 | 1E | 15 | 36 | 157 | 11 | 27 |
| Octal | 166 | 123 | 135 | 0 | 36 | 25 | 66 | 527 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1011101 | 0 | 11110 | 10101 | 110110 | 101010111 | 10001 | 100111 |
Color Harmonies of #76535D
Complementary color
Monochromatic Colors of #76535D
Black with #76535D
Text Example
Text Example
White with #76535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76535D; }
p { color: rgb(118,83,93); }
H1.HeaderClassName
{
color: #76535D;
}
.AnyTagClassName
{
color: #76535D;
}
</style>
background-color css
<style>
a { background-color: #76535D; }
a { background-color: rgb(118,83,93); }
div.DivClassName
{
background-color: #76535D;
}
.BgClassName
{
background-color: #76535D;
}
</style>
border-color css
<style>
span { border-color: #76535D; }
span { border-color: rgb(118,83,93); }
td.TdClassName
{
border-color: #76535D;
}
.TagClassName
{
border-color: #76535D;
}
</style>