Shades of Cosmic #76545F
Tints of Cosmic #76545F
RGB
CMYK
RGB Variations
Color information
#76545F (or 0x76545F) is known color: Cosmic. HEX triplet: 76, 54 and 5F. RGB value is (118,84,95). Sum of RGB (Red+Green+Blue) = 118+84+95=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76545F is #89ABA0. Grayscale: #5F5F5F. Windows color (decimal): -9022369 or 6247542. OLE color: 6247542.
HSL color Cylindrical-coordinate representation of color #76545F: hue angle of 340.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76545F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 95 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.54 |
| HSL | 340.59º | 0.17% | 0.4% | - |
| HSV(B) | 340.59º | 0.29% | 0.46% | - |
| XYZ | 12.71 | 11.02 | 12.28 | - |
| YUV | 95.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 95 | 0 | 0.29 | 0.19 | 0.54 | 340.59 | 0.17 | 0.4 |
| Hex | 76 | 54 | 5F | 0 | 1D | 13 | 36 | 155 | 11 | 28 |
| Octal | 166 | 124 | 137 | 0 | 35 | 23 | 66 | 525 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1011111 | 0 | 11101 | 10011 | 110110 | 101010101 | 10001 | 101000 |
Color Harmonies of #76545F
Complementary color
Monochromatic Colors of #76545F
Black with #76545F
Text Example
Text Example
White with #76545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76545F; }
p { color: rgb(118,84,95); }
H1.HeaderClassName
{
color: #76545F;
}
.AnyTagClassName
{
color: #76545F;
}
</style>
background-color css
<style>
a { background-color: #76545F; }
a { background-color: rgb(118,84,95); }
div.DivClassName
{
background-color: #76545F;
}
.BgClassName
{
background-color: #76545F;
}
</style>
border-color css
<style>
span { border-color: #76545F; }
span { border-color: rgb(118,84,95); }
td.TdClassName
{
border-color: #76545F;
}
.TagClassName
{
border-color: #76545F;
}
</style>