Shades of Cosmic #76515B
Tints of Cosmic #76515B
RGB
CMYK
RGB Variations
Color information
#76515B (or 0x76515B) is known color: Cosmic. HEX triplet: 76, 51 and 5B. RGB value is (118,81,91). Sum of RGB (Red+Green+Blue) = 118+81+91=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76515B is #89AEA4. Grayscale: #5D5D5D. Windows color (decimal): -9023141 or 5984630. OLE color: 5984630.
HSL color Cylindrical-coordinate representation of color #76515B: hue angle of 343.78º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76515B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 91 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.54 |
| HSL | 343.78º | 0.19% | 0.39% | - |
| HSV(B) | 343.78º | 0.31% | 0.46% | - |
| XYZ | 12.3 | 10.49 | 11.27 | - |
| YUV | 93.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 91 | 0 | 0.31 | 0.23 | 0.54 | 343.78 | 0.19 | 0.39 |
| Hex | 76 | 51 | 5B | 0 | 1F | 17 | 36 | 158 | 13 | 27 |
| Octal | 166 | 121 | 133 | 0 | 37 | 27 | 66 | 530 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1011011 | 0 | 11111 | 10111 | 110110 | 101011000 | 10011 | 100111 |
Color Harmonies of #76515B
Complementary color
Monochromatic Colors of #76515B
Black with #76515B
Text Example
Text Example
White with #76515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76515B; }
p { color: rgb(118,81,91); }
H1.HeaderClassName
{
color: #76515B;
}
.AnyTagClassName
{
color: #76515B;
}
</style>
background-color css
<style>
a { background-color: #76515B; }
a { background-color: rgb(118,81,91); }
div.DivClassName
{
background-color: #76515B;
}
.BgClassName
{
background-color: #76515B;
}
</style>
border-color css
<style>
span { border-color: #76515B; }
span { border-color: rgb(118,81,91); }
td.TdClassName
{
border-color: #76515B;
}
.TagClassName
{
border-color: #76515B;
}
</style>