Shades of Salt Box #76506F
Tints of Salt Box #76506F
RGB
CMYK
RGB Variations
Color information
#76506F (or 0x76506F) is known color: Salt Box. HEX triplet: 76, 50 and 6F. RGB value is (118,80,111). Sum of RGB (Red+Green+Blue) = 118+80+111=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76506F is #89AF90. Grayscale: #5E5E5E. Windows color (decimal): -9023377 or 7295094. OLE color: 7295094.
HSL color Cylindrical-coordinate representation of color #76506F: hue angle of 311.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76506F is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 111 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.54 |
| HSL | 311.05º | 0.19% | 0.39% | - |
| HSV(B) | 311.05º | 0.32% | 0.46% | - |
| XYZ | 13.21 | 10.74 | 16.42 | - |
| YUV | 94.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 111 | 0 | 0.32 | 0.06 | 0.54 | 311.05 | 0.19 | 0.39 |
| Hex | 76 | 50 | 6F | 0 | 20 | 6 | 36 | 137 | 13 | 27 |
| Octal | 166 | 120 | 157 | 0 | 40 | 6 | 66 | 467 | 23 | 47 |
| Binary | 1110110 | 1010000 | 1101111 | 0 | 100000 | 110 | 110110 | 100110111 | 10011 | 100111 |
Color Harmonies of #76506F
Complementary color
Monochromatic Colors of #76506F
Black with #76506F
Text Example
Text Example
White with #76506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76506F; }
p { color: rgb(118,80,111); }
H1.HeaderClassName
{
color: #76506F;
}
.AnyTagClassName
{
color: #76506F;
}
</style>
background-color css
<style>
a { background-color: #76506F; }
a { background-color: rgb(118,80,111); }
div.DivClassName
{
background-color: #76506F;
}
.BgClassName
{
background-color: #76506F;
}
</style>
border-color css
<style>
span { border-color: #76506F; }
span { border-color: rgb(118,80,111); }
td.TdClassName
{
border-color: #76506F;
}
.TagClassName
{
border-color: #76506F;
}
</style>