Shades of Salt Box #76486D
Tints of Salt Box #76486D
RGB
CMYK
RGB Variations
Color information
#76486D (or 0x76486D) is known color: Salt Box. HEX triplet: 76, 48 and 6D. RGB value is (118,72,109). Sum of RGB (Red+Green+Blue) = 118+72+109=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486D is #89B792. Grayscale: #595959. Windows color (decimal): -9025427 or 7161974. OLE color: 7161974.
HSL color Cylindrical-coordinate representation of color #76486D: hue angle of 311.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76486D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 109 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.54 |
| HSL | 311.74º | 0.24% | 0.37% | - |
| HSV(B) | 311.74º | 0.39% | 0.46% | - |
| XYZ | 12.55 | 9.59 | 15.66 | - |
| YUV | 89.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 109 | 0 | 0.39 | 0.08 | 0.54 | 311.74 | 0.24 | 0.37 |
| Hex | 76 | 48 | 6D | 0 | 27 | 8 | 36 | 138 | 18 | 25 |
| Octal | 166 | 110 | 155 | 0 | 47 | 10 | 66 | 470 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1101101 | 0 | 100111 | 1000 | 110110 | 100111000 | 11000 | 100101 |
Color Harmonies of #76486D
Complementary color
Monochromatic Colors of #76486D
Black with #76486D
Text Example
Text Example
White with #76486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76486D; }
p { color: rgb(118,72,109); }
H1.HeaderClassName
{
color: #76486D;
}
.AnyTagClassName
{
color: #76486D;
}
</style>
background-color css
<style>
a { background-color: #76486D; }
a { background-color: rgb(118,72,109); }
div.DivClassName
{
background-color: #76486D;
}
.BgClassName
{
background-color: #76486D;
}
</style>
border-color css
<style>
span { border-color: #76486D; }
span { border-color: rgb(118,72,109); }
td.TdClassName
{
border-color: #76486D;
}
.TagClassName
{
border-color: #76486D;
}
</style>