Shades of Salt Box #71616B
Tints of Salt Box #71616B
RGB
CMYK
RGB Variations
Color information
#71616B (or 0x71616B) is known color: Salt Box. HEX triplet: 71, 61 and 6B. RGB value is (113,97,107). Sum of RGB (Red+Green+Blue) = 113+97+107=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #71616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616B is #8E9E94. Grayscale: #666666. Windows color (decimal): -9346709 or 7037297. OLE color: 7037297.
HSL color Cylindrical-coordinate representation of color #71616B: hue angle of 322.5º 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 #71616B is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 107 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.56 |
| HSL | 322.5º | 0.08% | 0.41% | - |
| HSV(B) | 322.5º | 0.14% | 0.44% | - |
| XYZ | 13.74 | 13.12 | 15.72 | - |
| YUV | 102.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 107 | 0 | 0.14 | 0.05 | 0.56 | 322.5 | 0.08 | 0.41 |
| Hex | 71 | 61 | 6B | 0 | E | 5 | 38 | 142 | 8 | 29 |
| Octal | 161 | 141 | 153 | 0 | 16 | 5 | 70 | 502 | 10 | 51 |
| Binary | 1110001 | 1100001 | 1101011 | 0 | 1110 | 101 | 111000 | 101000010 | 1000 | 101001 |
Color Harmonies of #71616B
Complementary color
Monochromatic Colors of #71616B
Black with #71616B
Text Example
Text Example
White with #71616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71616B; }
p { color: rgb(113,97,107); }
H1.HeaderClassName
{
color: #71616B;
}
.AnyTagClassName
{
color: #71616B;
}
</style>
background-color css
<style>
a { background-color: #71616B; }
a { background-color: rgb(113,97,107); }
div.DivClassName
{
background-color: #71616B;
}
.BgClassName
{
background-color: #71616B;
}
</style>
border-color css
<style>
span { border-color: #71616B; }
span { border-color: rgb(113,97,107); }
td.TdClassName
{
border-color: #71616B;
}
.TagClassName
{
border-color: #71616B;
}
</style>