Shades of Salt Box #705A69
Tints of Salt Box #705A69
RGB
CMYK
RGB Variations
Color information
#705A69 (or 0x705A69) is known color: Salt Box. HEX triplet: 70, 5A and 69. RGB value is (112,90,105). Sum of RGB (Red+Green+Blue) = 112+90+105=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #705A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A69 is #8FA596. Grayscale: #626262. Windows color (decimal): -9414039 or 6904432. OLE color: 6904432.
HSL color Cylindrical-coordinate representation of color #705A69: hue angle of 319.09º 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 #705A69 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 105 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.56 |
| HSL | 319.09º | 0.11% | 0.4% | - |
| HSV(B) | 319.09º | 0.2% | 0.44% | - |
| XYZ | 12.89 | 11.78 | 14.96 | - |
| YUV | 98.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 105 | 0 | 0.20 | 0.06 | 0.56 | 319.09 | 0.11 | 0.4 |
| Hex | 70 | 5A | 69 | 0 | 14 | 6 | 38 | 13F | B | 28 |
| Octal | 160 | 132 | 151 | 0 | 24 | 6 | 70 | 477 | 13 | 50 |
| Binary | 1110000 | 1011010 | 1101001 | 0 | 10100 | 110 | 111000 | 100111111 | 1011 | 101000 |
Color Harmonies of #705A69
Complementary color
Monochromatic Colors of #705A69
Black with #705A69
Text Example
Text Example
White with #705A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A69; }
p { color: rgb(112,90,105); }
H1.HeaderClassName
{
color: #705A69;
}
.AnyTagClassName
{
color: #705A69;
}
</style>
background-color css
<style>
a { background-color: #705A69; }
a { background-color: rgb(112,90,105); }
div.DivClassName
{
background-color: #705A69;
}
.BgClassName
{
background-color: #705A69;
}
</style>
border-color css
<style>
span { border-color: #705A69; }
span { border-color: rgb(112,90,105); }
td.TdClassName
{
border-color: #705A69;
}
.TagClassName
{
border-color: #705A69;
}
</style>