Shades of Salt Box #74516D
Tints of Salt Box #74516D
RGB
CMYK
RGB Variations
Color information
#74516D (or 0x74516D) is known color: Salt Box. HEX triplet: 74, 51 and 6D. RGB value is (116,81,109). Sum of RGB (Red+Green+Blue) = 116+81+109=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516D is #8BAE92. Grayscale: #5E5E5E. Windows color (decimal): -9154195 or 7164276. OLE color: 7164276.
HSL color Cylindrical-coordinate representation of color #74516D: hue angle of 312º 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 #74516D is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 109 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.55 |
| HSL | 312º | 0.18% | 0.39% | - |
| HSV(B) | 312º | 0.3% | 0.45% | - |
| XYZ | 12.91 | 10.7 | 15.85 | - |
| YUV | 94.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 109 | 0 | 0.30 | 0.06 | 0.55 | 312 | 0.18 | 0.39 |
| Hex | 74 | 51 | 6D | 0 | 1E | 6 | 37 | 138 | 12 | 27 |
| Octal | 164 | 121 | 155 | 0 | 36 | 6 | 67 | 470 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1101101 | 0 | 11110 | 110 | 110111 | 100111000 | 10010 | 100111 |
Color Harmonies of #74516D
Complementary color
Monochromatic Colors of #74516D
Black with #74516D
Text Example
Text Example
White with #74516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74516D; }
p { color: rgb(116,81,109); }
H1.HeaderClassName
{
color: #74516D;
}
.AnyTagClassName
{
color: #74516D;
}
</style>
background-color css
<style>
a { background-color: #74516D; }
a { background-color: rgb(116,81,109); }
div.DivClassName
{
background-color: #74516D;
}
.BgClassName
{
background-color: #74516D;
}
</style>
border-color css
<style>
span { border-color: #74516D; }
span { border-color: rgb(116,81,109); }
td.TdClassName
{
border-color: #74516D;
}
.TagClassName
{
border-color: #74516D;
}
</style>