Shades of Salt Box #76486C
Tints of Salt Box #76486C
RGB
CMYK
RGB Variations
Color information
#76486C (or 0x76486C) is known color: Salt Box. HEX triplet: 76, 48 and 6C. RGB value is (118,72,108). Sum of RGB (Red+Green+Blue) = 118+72+108=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486C is #89B793. Grayscale: #595959. Windows color (decimal): -9025428 or 7096438. OLE color: 7096438.
HSL color Cylindrical-coordinate representation of color #76486C: hue angle of 313.04º 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 #76486C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 108 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.54 |
| HSL | 313.04º | 0.24% | 0.37% | - |
| HSV(B) | 313.04º | 0.39% | 0.46% | - |
| XYZ | 12.5 | 9.57 | 15.38 | - |
| YUV | 89.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 108 | 0 | 0.39 | 0.08 | 0.54 | 313.04 | 0.24 | 0.37 |
| Hex | 76 | 48 | 6C | 0 | 27 | 8 | 36 | 139 | 18 | 25 |
| Octal | 166 | 110 | 154 | 0 | 47 | 10 | 66 | 471 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1101100 | 0 | 100111 | 1000 | 110110 | 100111001 | 11000 | 100101 |
Color Harmonies of #76486C
Complementary color
Monochromatic Colors of #76486C
Black with #76486C
Text Example
Text Example
White with #76486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76486C; }
p { color: rgb(118,72,108); }
H1.HeaderClassName
{
color: #76486C;
}
.AnyTagClassName
{
color: #76486C;
}
</style>
background-color css
<style>
a { background-color: #76486C; }
a { background-color: rgb(118,72,108); }
div.DivClassName
{
background-color: #76486C;
}
.BgClassName
{
background-color: #76486C;
}
</style>
border-color css
<style>
span { border-color: #76486C; }
span { border-color: rgb(118,72,108); }
td.TdClassName
{
border-color: #76486C;
}
.TagClassName
{
border-color: #76486C;
}
</style>