Shades of Salt Box #74526E
Tints of Salt Box #74526E
RGB
CMYK
RGB Variations
Color information
#74526E (or 0x74526E) is known color: Salt Box. HEX triplet: 74, 52 and 6E. RGB value is (116,82,110). Sum of RGB (Red+Green+Blue) = 116+82+110=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74526E is #8BAD91. Grayscale: #5F5F5F. Windows color (decimal): -9153938 or 7230068. OLE color: 7230068.
HSL color Cylindrical-coordinate representation of color #74526E: hue angle of 310.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74526E is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 110 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.55 |
| HSL | 310.59º | 0.17% | 0.39% | - |
| HSV(B) | 310.59º | 0.29% | 0.45% | - |
| XYZ | 13.03 | 10.87 | 16.16 | - |
| YUV | 95.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 110 | 0 | 0.29 | 0.05 | 0.55 | 310.59 | 0.17 | 0.39 |
| Hex | 74 | 52 | 6E | 0 | 1D | 5 | 37 | 137 | 11 | 27 |
| Octal | 164 | 122 | 156 | 0 | 35 | 5 | 67 | 467 | 21 | 47 |
| Binary | 1110100 | 1010010 | 1101110 | 0 | 11101 | 101 | 110111 | 100110111 | 10001 | 100111 |
Color Harmonies of #74526E
Complementary color
Monochromatic Colors of #74526E
Black with #74526E
Text Example
Text Example
White with #74526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74526E; }
p { color: rgb(116,82,110); }
H1.HeaderClassName
{
color: #74526E;
}
.AnyTagClassName
{
color: #74526E;
}
</style>
background-color css
<style>
a { background-color: #74526E; }
a { background-color: rgb(116,82,110); }
div.DivClassName
{
background-color: #74526E;
}
.BgClassName
{
background-color: #74526E;
}
</style>
border-color css
<style>
span { border-color: #74526E; }
span { border-color: rgb(116,82,110); }
td.TdClassName
{
border-color: #74526E;
}
.TagClassName
{
border-color: #74526E;
}
</style>