Shades of Salt Box #71616E
Tints of Salt Box #71616E
RGB
CMYK
RGB Variations
Color information
#71616E (or 0x71616E) is known color: Salt Box. HEX triplet: 71, 61 and 6E. RGB value is (113,97,110). Sum of RGB (Red+Green+Blue) = 113+97+110=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616E is #8E9E91. Grayscale: #676767. Windows color (decimal): -9346706 or 7233905. OLE color: 7233905.
HSL color Cylindrical-coordinate representation of color #71616E: hue angle of 311.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71616E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 110 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.56 |
| HSL | 311.25º | 0.08% | 0.41% | - |
| HSV(B) | 311.25º | 0.14% | 0.44% | - |
| XYZ | 13.9 | 13.19 | 16.56 | - |
| YUV | 103.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 110 | 0 | 0.14 | 0.03 | 0.56 | 311.25 | 0.08 | 0.41 |
| Hex | 71 | 61 | 6E | 0 | E | 3 | 38 | 137 | 8 | 29 |
| Octal | 161 | 141 | 156 | 0 | 16 | 3 | 70 | 467 | 10 | 51 |
| Binary | 1110001 | 1100001 | 1101110 | 0 | 1110 | 11 | 111000 | 100110111 | 1000 | 101001 |
Color Harmonies of #71616E
Complementary color
Monochromatic Colors of #71616E
Black with #71616E
Text Example
Text Example
White with #71616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71616E; }
p { color: rgb(113,97,110); }
H1.HeaderClassName
{
color: #71616E;
}
.AnyTagClassName
{
color: #71616E;
}
</style>
background-color css
<style>
a { background-color: #71616E; }
a { background-color: rgb(113,97,110); }
div.DivClassName
{
background-color: #71616E;
}
.BgClassName
{
background-color: #71616E;
}
</style>
border-color css
<style>
span { border-color: #71616E; }
span { border-color: rgb(113,97,110); }
td.TdClassName
{
border-color: #71616E;
}
.TagClassName
{
border-color: #71616E;
}
</style>