Shades of Salt Box #75516E
Tints of Salt Box #75516E
RGB
CMYK
RGB Variations
Color information
#75516E (or 0x75516E) is known color: Salt Box. HEX triplet: 75, 51 and 6E. RGB value is (117,81,110). Sum of RGB (Red+Green+Blue) = 117+81+110=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516E is #8AAE91. Grayscale: #5E5E5E. Windows color (decimal): -9088658 or 7229813. OLE color: 7229813.
HSL color Cylindrical-coordinate representation of color #75516E: hue angle of 311.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 #75516E is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 110 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.54 |
| HSL | 311.67º | 0.18% | 0.39% | - |
| HSV(B) | 311.67º | 0.31% | 0.46% | - |
| XYZ | 13.09 | 10.79 | 16.14 | - |
| YUV | 95.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 110 | 0 | 0.31 | 0.06 | 0.54 | 311.67 | 0.18 | 0.39 |
| Hex | 75 | 51 | 6E | 0 | 1F | 6 | 36 | 138 | 12 | 27 |
| Octal | 165 | 121 | 156 | 0 | 37 | 6 | 66 | 470 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1101110 | 0 | 11111 | 110 | 110110 | 100111000 | 10010 | 100111 |
Color Harmonies of #75516E
Complementary color
Monochromatic Colors of #75516E
Black with #75516E
Text Example
Text Example
White with #75516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75516E; }
p { color: rgb(117,81,110); }
H1.HeaderClassName
{
color: #75516E;
}
.AnyTagClassName
{
color: #75516E;
}
</style>
background-color css
<style>
a { background-color: #75516E; }
a { background-color: rgb(117,81,110); }
div.DivClassName
{
background-color: #75516E;
}
.BgClassName
{
background-color: #75516E;
}
</style>
border-color css
<style>
span { border-color: #75516E; }
span { border-color: rgb(117,81,110); }
td.TdClassName
{
border-color: #75516E;
}
.TagClassName
{
border-color: #75516E;
}
</style>