Shades of Salt Box #76526C
Tints of Salt Box #76526C
RGB
CMYK
RGB Variations
Color information
#76526C (or 0x76526C) is known color: Salt Box. HEX triplet: 76, 52 and 6C. RGB value is (118,82,108). Sum of RGB (Red+Green+Blue) = 118+82+108=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526C is #89AD93. Grayscale: #5F5F5F. Windows color (decimal): -9022868 or 7098998. OLE color: 7098998.
HSL color Cylindrical-coordinate representation of color #76526C: hue angle of 316.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76526C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 108 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.54 |
| HSL | 316.67º | 0.18% | 0.39% | - |
| HSV(B) | 316.67º | 0.31% | 0.46% | - |
| XYZ | 13.2 | 10.97 | 15.61 | - |
| YUV | 95.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 108 | 0 | 0.31 | 0.08 | 0.54 | 316.67 | 0.18 | 0.39 |
| Hex | 76 | 52 | 6C | 0 | 1F | 8 | 36 | 13D | 12 | 27 |
| Octal | 166 | 122 | 154 | 0 | 37 | 10 | 66 | 475 | 22 | 47 |
| Binary | 1110110 | 1010010 | 1101100 | 0 | 11111 | 1000 | 110110 | 100111101 | 10010 | 100111 |
Color Harmonies of #76526C
Complementary color
Monochromatic Colors of #76526C
Black with #76526C
Text Example
Text Example
White with #76526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76526C; }
p { color: rgb(118,82,108); }
H1.HeaderClassName
{
color: #76526C;
}
.AnyTagClassName
{
color: #76526C;
}
</style>
background-color css
<style>
a { background-color: #76526C; }
a { background-color: rgb(118,82,108); }
div.DivClassName
{
background-color: #76526C;
}
.BgClassName
{
background-color: #76526C;
}
</style>
border-color css
<style>
span { border-color: #76526C; }
span { border-color: rgb(118,82,108); }
td.TdClassName
{
border-color: #76526C;
}
.TagClassName
{
border-color: #76526C;
}
</style>