Shades of Salt Box #71626B
Tints of Salt Box #71626B
RGB
CMYK
RGB Variations
Color information
#71626B (or 0x71626B) is known color: Salt Box. HEX triplet: 71, 62 and 6B. RGB value is (113,98,107). Sum of RGB (Red+Green+Blue) = 113+98+107=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626B is #8E9D94. Grayscale: #676767. Windows color (decimal): -9346453 or 7037553. OLE color: 7037553.
HSL color Cylindrical-coordinate representation of color #71626B: hue angle of 324º 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 #71626B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 107 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.56 |
| HSL | 324º | 0.07% | 0.41% | - |
| HSV(B) | 324º | 0.13% | 0.44% | - |
| XYZ | 13.83 | 13.31 | 15.75 | - |
| YUV | 103.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 107 | 0 | 0.13 | 0.05 | 0.56 | 324 | 0.07 | 0.41 |
| Hex | 71 | 62 | 6B | 0 | D | 5 | 38 | 144 | 7 | 29 |
| Octal | 161 | 142 | 153 | 0 | 15 | 5 | 70 | 504 | 7 | 51 |
| Binary | 1110001 | 1100010 | 1101011 | 0 | 1101 | 101 | 111000 | 101000100 | 111 | 101001 |
Color Harmonies of #71626B
Complementary color
Monochromatic Colors of #71626B
Black with #71626B
Text Example
Text Example
White with #71626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71626B; }
p { color: rgb(113,98,107); }
H1.HeaderClassName
{
color: #71626B;
}
.AnyTagClassName
{
color: #71626B;
}
</style>
background-color css
<style>
a { background-color: #71626B; }
a { background-color: rgb(113,98,107); }
div.DivClassName
{
background-color: #71626B;
}
.BgClassName
{
background-color: #71626B;
}
</style>
border-color css
<style>
span { border-color: #71626B; }
span { border-color: rgb(113,98,107); }
td.TdClassName
{
border-color: #71626B;
}
.TagClassName
{
border-color: #71626B;
}
</style>