Shades of Salt Box #70546C
Tints of Salt Box #70546C
RGB
CMYK
RGB Variations
Color information
#70546C (or 0x70546C) is known color: Salt Box. HEX triplet: 70, 54 and 6C. RGB value is (112,84,108). Sum of RGB (Red+Green+Blue) = 112+84+108=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70546C is #8FAB93. Grayscale: #5F5F5F. Windows color (decimal): -9415572 or 7099504. OLE color: 7099504.
HSL color Cylindrical-coordinate representation of color #70546C: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70546C is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 108 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.56 |
| HSL | 308.57º | 0.14% | 0.38% | - |
| HSV(B) | 308.57º | 0.25% | 0.44% | - |
| XYZ | 12.56 | 10.87 | 15.62 | - |
| YUV | 95.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 108 | 0 | 0.25 | 0.04 | 0.56 | 308.57 | 0.14 | 0.38 |
| Hex | 70 | 54 | 6C | 0 | 19 | 4 | 38 | 135 | E | 26 |
| Octal | 160 | 124 | 154 | 0 | 31 | 4 | 70 | 465 | 16 | 46 |
| Binary | 1110000 | 1010100 | 1101100 | 0 | 11001 | 100 | 111000 | 100110101 | 1110 | 100110 |
Color Harmonies of #70546C
Complementary color
Monochromatic Colors of #70546C
Black with #70546C
Text Example
Text Example
White with #70546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70546C; }
p { color: rgb(112,84,108); }
H1.HeaderClassName
{
color: #70546C;
}
.AnyTagClassName
{
color: #70546C;
}
</style>
background-color css
<style>
a { background-color: #70546C; }
a { background-color: rgb(112,84,108); }
div.DivClassName
{
background-color: #70546C;
}
.BgClassName
{
background-color: #70546C;
}
</style>
border-color css
<style>
span { border-color: #70546C; }
span { border-color: rgb(112,84,108); }
td.TdClassName
{
border-color: #70546C;
}
.TagClassName
{
border-color: #70546C;
}
</style>