Shades of Salt Box #76566F
Tints of Salt Box #76566F
RGB
CMYK
RGB Variations
Color information
#76566F (or 0x76566F) is known color: Salt Box. HEX triplet: 76, 56 and 6F. RGB value is (118,86,111). Sum of RGB (Red+Green+Blue) = 118+86+111=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566F is #89A990. Grayscale: #626262. Windows color (decimal): -9021841 or 7296630. OLE color: 7296630.
HSL color Cylindrical-coordinate representation of color #76566F: hue angle of 313.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76566F is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 111 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.54 |
| HSL | 313.13º | 0.16% | 0.4% | - |
| HSV(B) | 313.13º | 0.27% | 0.46% | - |
| XYZ | 13.67 | 11.65 | 16.57 | - |
| YUV | 98.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 111 | 0 | 0.27 | 0.06 | 0.54 | 313.13 | 0.16 | 0.4 |
| Hex | 76 | 56 | 6F | 0 | 1B | 6 | 36 | 139 | 10 | 28 |
| Octal | 166 | 126 | 157 | 0 | 33 | 6 | 66 | 471 | 20 | 50 |
| Binary | 1110110 | 1010110 | 1101111 | 0 | 11011 | 110 | 110110 | 100111001 | 10000 | 101000 |
Color Harmonies of #76566F
Complementary color
Monochromatic Colors of #76566F
Black with #76566F
Text Example
Text Example
White with #76566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76566F; }
p { color: rgb(118,86,111); }
H1.HeaderClassName
{
color: #76566F;
}
.AnyTagClassName
{
color: #76566F;
}
</style>
background-color css
<style>
a { background-color: #76566F; }
a { background-color: rgb(118,86,111); }
div.DivClassName
{
background-color: #76566F;
}
.BgClassName
{
background-color: #76566F;
}
</style>
border-color css
<style>
span { border-color: #76566F; }
span { border-color: rgb(118,86,111); }
td.TdClassName
{
border-color: #76566F;
}
.TagClassName
{
border-color: #76566F;
}
</style>