Shades of Salt Box #71666F
Tints of Salt Box #71666F
RGB
CMYK
RGB Variations
Color information
#71666F (or 0x71666F) is known color: Salt Box. HEX triplet: 71, 66 and 6F. RGB value is (113,102,111). Sum of RGB (Red+Green+Blue) = 113+102+111=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666F is #8E9990. Grayscale: #6A6A6A. Windows color (decimal): -9345425 or 7300721. OLE color: 7300721.
HSL color Cylindrical-coordinate representation of color #71666F: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71666F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 111 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.56 |
| HSL | 310.91º | 0.05% | 0.42% | - |
| HSV(B) | 310.91º | 0.1% | 0.44% | - |
| XYZ | 14.43 | 14.16 | 17.01 | - |
| YUV | 106.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 111 | 0 | 0.10 | 0.02 | 0.56 | 310.91 | 0.05 | 0.42 |
| Hex | 71 | 66 | 6F | 0 | A | 2 | 38 | 137 | 5 | 2A |
| Octal | 161 | 146 | 157 | 0 | 12 | 2 | 70 | 467 | 5 | 52 |
| Binary | 1110001 | 1100110 | 1101111 | 0 | 1010 | 10 | 111000 | 100110111 | 101 | 101010 |
Color Harmonies of #71666F
Complementary color
Monochromatic Colors of #71666F
Black with #71666F
Text Example
Text Example
White with #71666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71666F; }
p { color: rgb(113,102,111); }
H1.HeaderClassName
{
color: #71666F;
}
.AnyTagClassName
{
color: #71666F;
}
</style>
background-color css
<style>
a { background-color: #71666F; }
a { background-color: rgb(113,102,111); }
div.DivClassName
{
background-color: #71666F;
}
.BgClassName
{
background-color: #71666F;
}
</style>
border-color css
<style>
span { border-color: #71666F; }
span { border-color: rgb(113,102,111); }
td.TdClassName
{
border-color: #71666F;
}
.TagClassName
{
border-color: #71666F;
}
</style>