Shades of Salt Box #705A6B
Tints of Salt Box #705A6B
RGB
CMYK
RGB Variations
Color information
#705A6B (or 0x705A6B) is known color: Salt Box. HEX triplet: 70, 5A and 6B. RGB value is (112,90,107). Sum of RGB (Red+Green+Blue) = 112+90+107=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #705A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A6B is #8FA594. Grayscale: #626262. Windows color (decimal): -9414037 or 7035504. OLE color: 7035504.
HSL color Cylindrical-coordinate representation of color #705A6B: hue angle of 313.64º 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 #705A6B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 107 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.56 |
| HSL | 313.64º | 0.11% | 0.4% | - |
| HSV(B) | 313.64º | 0.2% | 0.44% | - |
| XYZ | 12.99 | 11.82 | 15.51 | - |
| YUV | 98.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 107 | 0 | 0.20 | 0.04 | 0.56 | 313.64 | 0.11 | 0.4 |
| Hex | 70 | 5A | 6B | 0 | 14 | 4 | 38 | 13A | B | 28 |
| Octal | 160 | 132 | 153 | 0 | 24 | 4 | 70 | 472 | 13 | 50 |
| Binary | 1110000 | 1011010 | 1101011 | 0 | 10100 | 100 | 111000 | 100111010 | 1011 | 101000 |
Color Harmonies of #705A6B
Complementary color
Monochromatic Colors of #705A6B
Black with #705A6B
Text Example
Text Example
White with #705A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A6B; }
p { color: rgb(112,90,107); }
H1.HeaderClassName
{
color: #705A6B;
}
.AnyTagClassName
{
color: #705A6B;
}
</style>
background-color css
<style>
a { background-color: #705A6B; }
a { background-color: rgb(112,90,107); }
div.DivClassName
{
background-color: #705A6B;
}
.BgClassName
{
background-color: #705A6B;
}
</style>
border-color css
<style>
span { border-color: #705A6B; }
span { border-color: rgb(112,90,107); }
td.TdClassName
{
border-color: #705A6B;
}
.TagClassName
{
border-color: #705A6B;
}
</style>