Shades of Salt Box #70676E
Tints of Salt Box #70676E
RGB
CMYK
RGB Variations
Color information
#70676E (or 0x70676E) is known color: Salt Box. HEX triplet: 70, 67 and 6E. RGB value is (112,103,110). Sum of RGB (Red+Green+Blue) = 112+103+110=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #70676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70676E is #8F9891. Grayscale: #6A6A6A. Windows color (decimal): -9410706 or 7235440. OLE color: 7235440.
HSL color Cylindrical-coordinate representation of color #70676E: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70676E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 110 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.56 |
| HSL | 313.33º | 0.04% | 0.42% | - |
| HSV(B) | 313.33º | 0.08% | 0.44% | - |
| XYZ | 14.35 | 14.27 | 16.75 | - |
| YUV | 106.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 110 | 0 | 0.08 | 0.02 | 0.56 | 313.33 | 0.04 | 0.42 |
| Hex | 70 | 67 | 6E | 0 | 8 | 2 | 38 | 139 | 4 | 2A |
| Octal | 160 | 147 | 156 | 0 | 10 | 2 | 70 | 471 | 4 | 52 |
| Binary | 1110000 | 1100111 | 1101110 | 0 | 1000 | 10 | 111000 | 100111001 | 100 | 101010 |
Color Harmonies of #70676E
Complementary color
Monochromatic Colors of #70676E
Black with #70676E
Text Example
Text Example
White with #70676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70676E; }
p { color: rgb(112,103,110); }
H1.HeaderClassName
{
color: #70676E;
}
.AnyTagClassName
{
color: #70676E;
}
</style>
background-color css
<style>
a { background-color: #70676E; }
a { background-color: rgb(112,103,110); }
div.DivClassName
{
background-color: #70676E;
}
.BgClassName
{
background-color: #70676E;
}
</style>
border-color css
<style>
span { border-color: #70676E; }
span { border-color: rgb(112,103,110); }
td.TdClassName
{
border-color: #70676E;
}
.TagClassName
{
border-color: #70676E;
}
</style>