Shades of Salt Box #705A6D
Tints of Salt Box #705A6D
RGB
CMYK
RGB Variations
Color information
#705A6D (or 0x705A6D) is known color: Salt Box. HEX triplet: 70, 5A and 6D. RGB value is (112,90,109). Sum of RGB (Red+Green+Blue) = 112+90+109=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #705A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A6D is #8FA592. Grayscale: #626262. Windows color (decimal): -9414035 or 7166576. OLE color: 7166576.
HSL color Cylindrical-coordinate representation of color #705A6D: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705A6D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 109 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.56 |
| HSL | 308.18º | 0.11% | 0.4% | - |
| HSV(B) | 308.18º | 0.2% | 0.44% | - |
| XYZ | 13.1 | 11.86 | 16.07 | - |
| YUV | 98.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 109 | 0 | 0.20 | 0.03 | 0.56 | 308.18 | 0.11 | 0.4 |
| Hex | 70 | 5A | 6D | 0 | 14 | 3 | 38 | 134 | B | 28 |
| Octal | 160 | 132 | 155 | 0 | 24 | 3 | 70 | 464 | 13 | 50 |
| Binary | 1110000 | 1011010 | 1101101 | 0 | 10100 | 11 | 111000 | 100110100 | 1011 | 101000 |
Color Harmonies of #705A6D
Complementary color
Monochromatic Colors of #705A6D
Black with #705A6D
Text Example
Text Example
White with #705A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A6D; }
p { color: rgb(112,90,109); }
H1.HeaderClassName
{
color: #705A6D;
}
.AnyTagClassName
{
color: #705A6D;
}
</style>
background-color css
<style>
a { background-color: #705A6D; }
a { background-color: rgb(112,90,109); }
div.DivClassName
{
background-color: #705A6D;
}
.BgClassName
{
background-color: #705A6D;
}
</style>
border-color css
<style>
span { border-color: #705A6D; }
span { border-color: rgb(112,90,109); }
td.TdClassName
{
border-color: #705A6D;
}
.TagClassName
{
border-color: #705A6D;
}
</style>