Shades of Salt Box #71676E
Tints of Salt Box #71676E
RGB
CMYK
RGB Variations
Color information
#71676E (or 0x71676E) is known color: Salt Box. HEX triplet: 71, 67 and 6E. RGB value is (113,103,110). Sum of RGB (Red+Green+Blue) = 113+103+110=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71676E is #8E9891. Grayscale: #6A6A6A. Windows color (decimal): -9345170 or 7235441. OLE color: 7235441.
HSL color Cylindrical-coordinate representation of color #71676E: hue angle of 318º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71676E is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 103 | 110 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.56 |
| HSL | 318º | 0.05% | 0.42% | - |
| HSV(B) | 318º | 0.09% | 0.44% | - |
| XYZ | 14.47 | 14.34 | 16.76 | - |
| YUV | 106.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 110 | 0 | 0.09 | 0.03 | 0.56 | 318 | 0.05 | 0.42 |
| Hex | 71 | 67 | 6E | 0 | 9 | 3 | 38 | 13E | 5 | 2A |
| Octal | 161 | 147 | 156 | 0 | 11 | 3 | 70 | 476 | 5 | 52 |
| Binary | 1110001 | 1100111 | 1101110 | 0 | 1001 | 11 | 111000 | 100111110 | 101 | 101010 |
Color Harmonies of #71676E
Complementary color
Monochromatic Colors of #71676E
Black with #71676E
Text Example
Text Example
White with #71676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71676E; }
p { color: rgb(113,103,110); }
H1.HeaderClassName
{
color: #71676E;
}
.AnyTagClassName
{
color: #71676E;
}
</style>
background-color css
<style>
a { background-color: #71676E; }
a { background-color: rgb(113,103,110); }
div.DivClassName
{
background-color: #71676E;
}
.BgClassName
{
background-color: #71676E;
}
</style>
border-color css
<style>
span { border-color: #71676E; }
span { border-color: rgb(113,103,110); }
td.TdClassName
{
border-color: #71676E;
}
.TagClassName
{
border-color: #71676E;
}
</style>