Shades of Salt Box #72626F
Tints of Salt Box #72626F
RGB
CMYK
RGB Variations
Color information
#72626F (or 0x72626F) is known color: Salt Box. HEX triplet: 72, 62 and 6F. RGB value is (114,98,111). Sum of RGB (Red+Green+Blue) = 114+98+111=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626F is #8D9D90. Grayscale: #686868. Windows color (decimal): -9280913 or 7299698. OLE color: 7299698.
HSL color Cylindrical-coordinate representation of color #72626F: hue angle of 311.25º 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 #72626F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 111 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.55 |
| HSL | 311.25º | 0.08% | 0.42% | - |
| HSV(B) | 311.25º | 0.14% | 0.45% | - |
| XYZ | 14.18 | 13.46 | 16.89 | - |
| YUV | 104.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 111 | 0 | 0.14 | 0.03 | 0.55 | 311.25 | 0.08 | 0.42 |
| Hex | 72 | 62 | 6F | 0 | E | 3 | 37 | 137 | 8 | 2A |
| Octal | 162 | 142 | 157 | 0 | 16 | 3 | 67 | 467 | 10 | 52 |
| Binary | 1110010 | 1100010 | 1101111 | 0 | 1110 | 11 | 110111 | 100110111 | 1000 | 101010 |
Color Harmonies of #72626F
Complementary color
Monochromatic Colors of #72626F
Black with #72626F
Text Example
Text Example
White with #72626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72626F; }
p { color: rgb(114,98,111); }
H1.HeaderClassName
{
color: #72626F;
}
.AnyTagClassName
{
color: #72626F;
}
</style>
background-color css
<style>
a { background-color: #72626F; }
a { background-color: rgb(114,98,111); }
div.DivClassName
{
background-color: #72626F;
}
.BgClassName
{
background-color: #72626F;
}
</style>
border-color css
<style>
span { border-color: #72626F; }
span { border-color: rgb(114,98,111); }
td.TdClassName
{
border-color: #72626F;
}
.TagClassName
{
border-color: #72626F;
}
</style>