Shades of Salt Box #71626E
Tints of Salt Box #71626E
RGB
CMYK
RGB Variations
Color information
#71626E (or 0x71626E) is known color: Salt Box. HEX triplet: 71, 62 and 6E. RGB value is (113,98,110). Sum of RGB (Red+Green+Blue) = 113+98+110=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #71626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626E is #8E9D91. Grayscale: #676767. Windows color (decimal): -9346450 or 7234161. OLE color: 7234161.
HSL color Cylindrical-coordinate representation of color #71626E: hue angle of 312º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #71626E is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 110 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.56 |
| HSL | 312º | 0.07% | 0.41% | - |
| HSV(B) | 312º | 0.13% | 0.44% | - |
| XYZ | 13.99 | 13.37 | 16.6 | - |
| YUV | 103.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 110 | 0 | 0.13 | 0.03 | 0.56 | 312 | 0.07 | 0.41 |
| Hex | 71 | 62 | 6E | 0 | D | 3 | 38 | 138 | 7 | 29 |
| Octal | 161 | 142 | 156 | 0 | 15 | 3 | 70 | 470 | 7 | 51 |
| Binary | 1110001 | 1100010 | 1101110 | 0 | 1101 | 11 | 111000 | 100111000 | 111 | 101001 |
Color Harmonies of #71626E
Complementary color
Monochromatic Colors of #71626E
Black with #71626E
Text Example
Text Example
White with #71626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71626E; }
p { color: rgb(113,98,110); }
H1.HeaderClassName
{
color: #71626E;
}
.AnyTagClassName
{
color: #71626E;
}
</style>
background-color css
<style>
a { background-color: #71626E; }
a { background-color: rgb(113,98,110); }
div.DivClassName
{
background-color: #71626E;
}
.BgClassName
{
background-color: #71626E;
}
</style>
border-color css
<style>
span { border-color: #71626E; }
span { border-color: rgb(113,98,110); }
td.TdClassName
{
border-color: #71626E;
}
.TagClassName
{
border-color: #71626E;
}
</style>