Shades of Salt Box #74516C
Tints of Salt Box #74516C
RGB
CMYK
RGB Variations
Color information
#74516C (or 0x74516C) is known color: Salt Box. HEX triplet: 74, 51 and 6C. RGB value is (116,81,108). Sum of RGB (Red+Green+Blue) = 116+81+108=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74516C is #8BAE93. Grayscale: #5E5E5E. Windows color (decimal): -9154196 or 7098740. OLE color: 7098740.
HSL color Cylindrical-coordinate representation of color #74516C: hue angle of 313.71º 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 #74516C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 108 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.55 |
| HSL | 313.71º | 0.18% | 0.39% | - |
| HSV(B) | 313.71º | 0.3% | 0.45% | - |
| XYZ | 12.85 | 10.68 | 15.57 | - |
| YUV | 94.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 108 | 0 | 0.30 | 0.07 | 0.55 | 313.71 | 0.18 | 0.39 |
| Hex | 74 | 51 | 6C | 0 | 1E | 7 | 37 | 13A | 12 | 27 |
| Octal | 164 | 121 | 154 | 0 | 36 | 7 | 67 | 472 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1101100 | 0 | 11110 | 111 | 110111 | 100111010 | 10010 | 100111 |
Color Harmonies of #74516C
Complementary color
Monochromatic Colors of #74516C
Black with #74516C
Text Example
Text Example
White with #74516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74516C; }
p { color: rgb(116,81,108); }
H1.HeaderClassName
{
color: #74516C;
}
.AnyTagClassName
{
color: #74516C;
}
</style>
background-color css
<style>
a { background-color: #74516C; }
a { background-color: rgb(116,81,108); }
div.DivClassName
{
background-color: #74516C;
}
.BgClassName
{
background-color: #74516C;
}
</style>
border-color css
<style>
span { border-color: #74516C; }
span { border-color: rgb(116,81,108); }
td.TdClassName
{
border-color: #74516C;
}
.TagClassName
{
border-color: #74516C;
}
</style>