Shades of Salt Box #76536F
Tints of Salt Box #76536F
RGB
CMYK
RGB Variations
Color information
#76536F (or 0x76536F) is known color: Salt Box. HEX triplet: 76, 53 and 6F. RGB value is (118,83,111). Sum of RGB (Red+Green+Blue) = 118+83+111=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536F is #89AC90. Grayscale: #606060. Windows color (decimal): -9022609 or 7295862. OLE color: 7295862.
HSL color Cylindrical-coordinate representation of color #76536F: hue angle of 312º 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 #76536F is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 111 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.54 |
| HSL | 312º | 0.17% | 0.39% | - |
| HSV(B) | 312º | 0.3% | 0.46% | - |
| XYZ | 13.43 | 11.19 | 16.49 | - |
| YUV | 96.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 111 | 0 | 0.30 | 0.06 | 0.54 | 312 | 0.17 | 0.39 |
| Hex | 76 | 53 | 6F | 0 | 1E | 6 | 36 | 138 | 11 | 27 |
| Octal | 166 | 123 | 157 | 0 | 36 | 6 | 66 | 470 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1101111 | 0 | 11110 | 110 | 110110 | 100111000 | 10001 | 100111 |
Color Harmonies of #76536F
Complementary color
Monochromatic Colors of #76536F
Black with #76536F
Text Example
Text Example
White with #76536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76536F; }
p { color: rgb(118,83,111); }
H1.HeaderClassName
{
color: #76536F;
}
.AnyTagClassName
{
color: #76536F;
}
</style>
background-color css
<style>
a { background-color: #76536F; }
a { background-color: rgb(118,83,111); }
div.DivClassName
{
background-color: #76536F;
}
.BgClassName
{
background-color: #76536F;
}
</style>
border-color css
<style>
span { border-color: #76536F; }
span { border-color: rgb(118,83,111); }
td.TdClassName
{
border-color: #76536F;
}
.TagClassName
{
border-color: #76536F;
}
</style>