Shades of Salt Box #72666E
Tints of Salt Box #72666E
RGB
CMYK
RGB Variations
Color information
#72666E (or 0x72666E) is known color: Salt Box. HEX triplet: 72, 66 and 6E. RGB value is (114,102,110). Sum of RGB (Red+Green+Blue) = 114+102+110=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666E is #8D9991. Grayscale: #6A6A6A. Windows color (decimal): -9279890 or 7235186. OLE color: 7235186.
HSL color Cylindrical-coordinate representation of color #72666E: hue angle of 320º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72666E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 110 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.55 |
| HSL | 320º | 0.06% | 0.42% | - |
| HSV(B) | 320º | 0.11% | 0.45% | - |
| XYZ | 14.51 | 14.21 | 16.73 | - |
| YUV | 106.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 110 | 0 | 0.11 | 0.04 | 0.55 | 320 | 0.06 | 0.42 |
| Hex | 72 | 66 | 6E | 0 | B | 4 | 37 | 140 | 6 | 2A |
| Octal | 162 | 146 | 156 | 0 | 13 | 4 | 67 | 500 | 6 | 52 |
| Binary | 1110010 | 1100110 | 1101110 | 0 | 1011 | 100 | 110111 | 101000000 | 110 | 101010 |
Color Harmonies of #72666E
Complementary color
Monochromatic Colors of #72666E
Black with #72666E
Text Example
Text Example
White with #72666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72666E; }
p { color: rgb(114,102,110); }
H1.HeaderClassName
{
color: #72666E;
}
.AnyTagClassName
{
color: #72666E;
}
</style>
background-color css
<style>
a { background-color: #72666E; }
a { background-color: rgb(114,102,110); }
div.DivClassName
{
background-color: #72666E;
}
.BgClassName
{
background-color: #72666E;
}
</style>
border-color css
<style>
span { border-color: #72666E; }
span { border-color: rgb(114,102,110); }
td.TdClassName
{
border-color: #72666E;
}
.TagClassName
{
border-color: #72666E;
}
</style>