Shades of Salt Box #76536C
Tints of Salt Box #76536C
RGB
CMYK
RGB Variations
Color information
#76536C (or 0x76536C) is known color: Salt Box. HEX triplet: 76, 53 and 6C. RGB value is (118,83,108). Sum of RGB (Red+Green+Blue) = 118+83+108=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536C is #89AC93. Grayscale: #606060. Windows color (decimal): -9022612 or 7099254. OLE color: 7099254.
HSL color Cylindrical-coordinate representation of color #76536C: hue angle of 317.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 #76536C is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 108 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.54 |
| HSL | 317.14º | 0.17% | 0.39% | - |
| HSV(B) | 317.14º | 0.3% | 0.46% | - |
| XYZ | 13.27 | 11.12 | 15.63 | - |
| YUV | 96.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 108 | 0 | 0.30 | 0.08 | 0.54 | 317.14 | 0.17 | 0.39 |
| Hex | 76 | 53 | 6C | 0 | 1E | 8 | 36 | 13D | 11 | 27 |
| Octal | 166 | 123 | 154 | 0 | 36 | 10 | 66 | 475 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1101100 | 0 | 11110 | 1000 | 110110 | 100111101 | 10001 | 100111 |
Color Harmonies of #76536C
Complementary color
Monochromatic Colors of #76536C
Black with #76536C
Text Example
Text Example
White with #76536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76536C; }
p { color: rgb(118,83,108); }
H1.HeaderClassName
{
color: #76536C;
}
.AnyTagClassName
{
color: #76536C;
}
</style>
background-color css
<style>
a { background-color: #76536C; }
a { background-color: rgb(118,83,108); }
div.DivClassName
{
background-color: #76536C;
}
.BgClassName
{
background-color: #76536C;
}
</style>
border-color css
<style>
span { border-color: #76536C; }
span { border-color: rgb(118,83,108); }
td.TdClassName
{
border-color: #76536C;
}
.TagClassName
{
border-color: #76536C;
}
</style>