Shades of Salt Box #72626E
Tints of Salt Box #72626E
RGB
CMYK
RGB Variations
Color information
#72626E (or 0x72626E) is known color: Salt Box. HEX triplet: 72, 62 and 6E. RGB value is (114,98,110). Sum of RGB (Red+Green+Blue) = 114+98+110=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626E is #8D9D91. Grayscale: #686868. Windows color (decimal): -9280914 or 7234162. OLE color: 7234162.
HSL color Cylindrical-coordinate representation of color #72626E: hue angle of 315º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72626E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 110 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.55 |
| HSL | 315º | 0.08% | 0.42% | - |
| HSV(B) | 315º | 0.14% | 0.45% | - |
| XYZ | 14.12 | 13.44 | 16.6 | - |
| YUV | 104.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 110 | 0 | 0.14 | 0.04 | 0.55 | 315 | 0.08 | 0.42 |
| Hex | 72 | 62 | 6E | 0 | E | 4 | 37 | 13B | 8 | 2A |
| Octal | 162 | 142 | 156 | 0 | 16 | 4 | 67 | 473 | 10 | 52 |
| Binary | 1110010 | 1100010 | 1101110 | 0 | 1110 | 100 | 110111 | 100111011 | 1000 | 101010 |
Color Harmonies of #72626E
Complementary color
Monochromatic Colors of #72626E
Black with #72626E
Text Example
Text Example
White with #72626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72626E; }
p { color: rgb(114,98,110); }
H1.HeaderClassName
{
color: #72626E;
}
.AnyTagClassName
{
color: #72626E;
}
</style>
background-color css
<style>
a { background-color: #72626E; }
a { background-color: rgb(114,98,110); }
div.DivClassName
{
background-color: #72626E;
}
.BgClassName
{
background-color: #72626E;
}
</style>
border-color css
<style>
span { border-color: #72626E; }
span { border-color: rgb(114,98,110); }
td.TdClassName
{
border-color: #72626E;
}
.TagClassName
{
border-color: #72626E;
}
</style>