Shades of Salt Box #705367
Tints of Salt Box #705367
RGB
CMYK
RGB Variations
Color information
#705367 (or 0x705367) is known color: Salt Box. HEX triplet: 70, 53 and 67. RGB value is (112,83,103). Sum of RGB (Red+Green+Blue) = 112+83+103=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705367 is #8FAC98. Grayscale: #5D5D5D. Windows color (decimal): -9415833 or 6771568. OLE color: 6771568.
HSL color Cylindrical-coordinate representation of color #705367: hue angle of 318.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705367 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 103 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.56 |
| HSL | 318.62º | 0.15% | 0.38% | - |
| HSV(B) | 318.62º | 0.26% | 0.44% | - |
| XYZ | 12.22 | 10.61 | 14.24 | - |
| YUV | 93.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 103 | 0 | 0.26 | 0.08 | 0.56 | 318.62 | 0.15 | 0.38 |
| Hex | 70 | 53 | 67 | 0 | 1A | 8 | 38 | 13F | F | 26 |
| Octal | 160 | 123 | 147 | 0 | 32 | 10 | 70 | 477 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1100111 | 0 | 11010 | 1000 | 111000 | 100111111 | 1111 | 100110 |
Color Harmonies of #705367
Complementary color
Monochromatic Colors of #705367
Black with #705367
Text Example
Text Example
White with #705367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705367; }
p { color: rgb(112,83,103); }
H1.HeaderClassName
{
color: #705367;
}
.AnyTagClassName
{
color: #705367;
}
</style>
background-color css
<style>
a { background-color: #705367; }
a { background-color: rgb(112,83,103); }
div.DivClassName
{
background-color: #705367;
}
.BgClassName
{
background-color: #705367;
}
</style>
border-color css
<style>
span { border-color: #705367; }
span { border-color: rgb(112,83,103); }
td.TdClassName
{
border-color: #705367;
}
.TagClassName
{
border-color: #705367;
}
</style>