Shades of Salt Box #74516F
Tints of Salt Box #74516F
RGB
CMYK
RGB Variations
Color information
#74516F (or 0x74516F) is known color: Salt Box. HEX triplet: 74, 51 and 6F. RGB value is (116,81,111). Sum of RGB (Red+Green+Blue) = 116+81+111=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516F is #8BAE90. Grayscale: #5E5E5E. Windows color (decimal): -9154193 or 7295348. OLE color: 7295348.
HSL color Cylindrical-coordinate representation of color #74516F: hue angle of 308.57º 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 #74516F is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 111 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.55 |
| HSL | 308.57º | 0.18% | 0.39% | - |
| HSV(B) | 308.57º | 0.3% | 0.45% | - |
| XYZ | 13.01 | 10.75 | 16.43 | - |
| YUV | 94.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 111 | 0 | 0.30 | 0.04 | 0.55 | 308.57 | 0.18 | 0.39 |
| Hex | 74 | 51 | 6F | 0 | 1E | 4 | 37 | 135 | 12 | 27 |
| Octal | 164 | 121 | 157 | 0 | 36 | 4 | 67 | 465 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1101111 | 0 | 11110 | 100 | 110111 | 100110101 | 10010 | 100111 |
Color Harmonies of #74516F
Complementary color
Monochromatic Colors of #74516F
Black with #74516F
Text Example
Text Example
White with #74516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74516F; }
p { color: rgb(116,81,111); }
H1.HeaderClassName
{
color: #74516F;
}
.AnyTagClassName
{
color: #74516F;
}
</style>
background-color css
<style>
a { background-color: #74516F; }
a { background-color: rgb(116,81,111); }
div.DivClassName
{
background-color: #74516F;
}
.BgClassName
{
background-color: #74516F;
}
</style>
border-color css
<style>
span { border-color: #74516F; }
span { border-color: rgb(116,81,111); }
td.TdClassName
{
border-color: #74516F;
}
.TagClassName
{
border-color: #74516F;
}
</style>