Shades of Salt Box #72646D
Tints of Salt Box #72646D
RGB
CMYK
RGB Variations
Color information
#72646D (or 0x72646D) is known color: Salt Box. HEX triplet: 72, 64 and 6D. RGB value is (114,100,109). Sum of RGB (Red+Green+Blue) = 114+100+109=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646D is #8D9B92. Grayscale: #696969. Windows color (decimal): -9280403 or 7169138. OLE color: 7169138.
HSL color Cylindrical-coordinate representation of color #72646D: hue angle of 321.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #72646D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 109 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.55 |
| HSL | 321.43º | 0.07% | 0.42% | - |
| HSV(B) | 321.43º | 0.12% | 0.45% | - |
| XYZ | 14.26 | 13.8 | 16.38 | - |
| YUV | 105.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 109 | 0 | 0.12 | 0.04 | 0.55 | 321.43 | 0.07 | 0.42 |
| Hex | 72 | 64 | 6D | 0 | C | 4 | 37 | 141 | 7 | 2A |
| Octal | 162 | 144 | 155 | 0 | 14 | 4 | 67 | 501 | 7 | 52 |
| Binary | 1110010 | 1100100 | 1101101 | 0 | 1100 | 100 | 110111 | 101000001 | 111 | 101010 |
Color Harmonies of #72646D
Complementary color
Monochromatic Colors of #72646D
Black with #72646D
Text Example
Text Example
White with #72646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72646D; }
p { color: rgb(114,100,109); }
H1.HeaderClassName
{
color: #72646D;
}
.AnyTagClassName
{
color: #72646D;
}
</style>
background-color css
<style>
a { background-color: #72646D; }
a { background-color: rgb(114,100,109); }
div.DivClassName
{
background-color: #72646D;
}
.BgClassName
{
background-color: #72646D;
}
</style>
border-color css
<style>
span { border-color: #72646D; }
span { border-color: rgb(114,100,109); }
td.TdClassName
{
border-color: #72646D;
}
.TagClassName
{
border-color: #72646D;
}
</style>