Shades of Salt Box #76536E
Tints of Salt Box #76536E
RGB
CMYK
RGB Variations
Color information
#76536E (or 0x76536E) is known color: Salt Box. HEX triplet: 76, 53 and 6E. RGB value is (118,83,110). Sum of RGB (Red+Green+Blue) = 118+83+110=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536E is #89AC91. Grayscale: #606060. Windows color (decimal): -9022610 or 7230326. OLE color: 7230326.
HSL color Cylindrical-coordinate representation of color #76536E: hue angle of 313.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76536E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 110 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.54 |
| HSL | 313.71º | 0.17% | 0.39% | - |
| HSV(B) | 313.71º | 0.3% | 0.46% | - |
| XYZ | 13.38 | 11.16 | 16.2 | - |
| YUV | 96.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 110 | 0 | 0.30 | 0.07 | 0.54 | 313.71 | 0.17 | 0.39 |
| Hex | 76 | 53 | 6E | 0 | 1E | 7 | 36 | 13A | 11 | 27 |
| Octal | 166 | 123 | 156 | 0 | 36 | 7 | 66 | 472 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1101110 | 0 | 11110 | 111 | 110110 | 100111010 | 10001 | 100111 |
Color Harmonies of #76536E
Complementary color
Monochromatic Colors of #76536E
Black with #76536E
Text Example
Text Example
White with #76536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76536E; }
p { color: rgb(118,83,110); }
H1.HeaderClassName
{
color: #76536E;
}
.AnyTagClassName
{
color: #76536E;
}
</style>
background-color css
<style>
a { background-color: #76536E; }
a { background-color: rgb(118,83,110); }
div.DivClassName
{
background-color: #76536E;
}
.BgClassName
{
background-color: #76536E;
}
</style>
border-color css
<style>
span { border-color: #76536E; }
span { border-color: rgb(118,83,110); }
td.TdClassName
{
border-color: #76536E;
}
.TagClassName
{
border-color: #76536E;
}
</style>