Shades of Salt Box #74516E
Tints of Salt Box #74516E
RGB
CMYK
RGB Variations
Color information
#74516E (or 0x74516E) is known color: Salt Box. HEX triplet: 74, 51 and 6E. RGB value is (116,81,110). Sum of RGB (Red+Green+Blue) = 116+81+110=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516E is #8BAE91. Grayscale: #5E5E5E. Windows color (decimal): -9154194 or 7229812. OLE color: 7229812.
HSL color Cylindrical-coordinate representation of color #74516E: hue angle of 310.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74516E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 110 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.55 |
| HSL | 310.29º | 0.18% | 0.39% | - |
| HSV(B) | 310.29º | 0.3% | 0.45% | - |
| XYZ | 12.96 | 10.72 | 16.14 | - |
| YUV | 94.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 110 | 0 | 0.30 | 0.05 | 0.55 | 310.29 | 0.18 | 0.39 |
| Hex | 74 | 51 | 6E | 0 | 1E | 5 | 37 | 136 | 12 | 27 |
| Octal | 164 | 121 | 156 | 0 | 36 | 5 | 67 | 466 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1101110 | 0 | 11110 | 101 | 110111 | 100110110 | 10010 | 100111 |
Color Harmonies of #74516E
Complementary color
Monochromatic Colors of #74516E
Black with #74516E
Text Example
Text Example
White with #74516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74516E; }
p { color: rgb(116,81,110); }
H1.HeaderClassName
{
color: #74516E;
}
.AnyTagClassName
{
color: #74516E;
}
</style>
background-color css
<style>
a { background-color: #74516E; }
a { background-color: rgb(116,81,110); }
div.DivClassName
{
background-color: #74516E;
}
.BgClassName
{
background-color: #74516E;
}
</style>
border-color css
<style>
span { border-color: #74516E; }
span { border-color: rgb(116,81,110); }
td.TdClassName
{
border-color: #74516E;
}
.TagClassName
{
border-color: #74516E;
}
</style>