Shades of Salt Box #76506C
Tints of Salt Box #76506C
RGB
CMYK
RGB Variations
Color information
#76506C (or 0x76506C) is known color: Salt Box. HEX triplet: 76, 50 and 6C. RGB value is (118,80,108). Sum of RGB (Red+Green+Blue) = 118+80+108=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76506C is #89AF93. Grayscale: #5E5E5E. Windows color (decimal): -9023380 or 7098486. OLE color: 7098486.
HSL color Cylindrical-coordinate representation of color #76506C: hue angle of 315.79º 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 #76506C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 108 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.54 |
| HSL | 315.79º | 0.19% | 0.39% | - |
| HSV(B) | 315.79º | 0.32% | 0.46% | - |
| XYZ | 13.05 | 10.67 | 15.56 | - |
| YUV | 94.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 108 | 0 | 0.32 | 0.08 | 0.54 | 315.79 | 0.19 | 0.39 |
| Hex | 76 | 50 | 6C | 0 | 20 | 8 | 36 | 13C | 13 | 27 |
| Octal | 166 | 120 | 154 | 0 | 40 | 10 | 66 | 474 | 23 | 47 |
| Binary | 1110110 | 1010000 | 1101100 | 0 | 100000 | 1000 | 110110 | 100111100 | 10011 | 100111 |
Color Harmonies of #76506C
Complementary color
Monochromatic Colors of #76506C
Black with #76506C
Text Example
Text Example
White with #76506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76506C; }
p { color: rgb(118,80,108); }
H1.HeaderClassName
{
color: #76506C;
}
.AnyTagClassName
{
color: #76506C;
}
</style>
background-color css
<style>
a { background-color: #76506C; }
a { background-color: rgb(118,80,108); }
div.DivClassName
{
background-color: #76506C;
}
.BgClassName
{
background-color: #76506C;
}
</style>
border-color css
<style>
span { border-color: #76506C; }
span { border-color: rgb(118,80,108); }
td.TdClassName
{
border-color: #76506C;
}
.TagClassName
{
border-color: #76506C;
}
</style>