Shades of Salt Box #72506C
Tints of Salt Box #72506C
RGB
CMYK
RGB Variations
Color information
#72506C (or 0x72506C) is known color: Salt Box. HEX triplet: 72, 50 and 6C. RGB value is (114,80,108). Sum of RGB (Red+Green+Blue) = 114+80+108=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72506C is #8DAF93. Grayscale: #5D5D5D. Windows color (decimal): -9285524 or 7098482. OLE color: 7098482.
HSL color Cylindrical-coordinate representation of color #72506C: hue angle of 310.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72506C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 108 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.55 |
| HSL | 310.59º | 0.18% | 0.38% | - |
| HSV(B) | 310.59º | 0.3% | 0.45% | - |
| XYZ | 12.51 | 10.4 | 15.53 | - |
| YUV | 93.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 108 | 0 | 0.30 | 0.05 | 0.55 | 310.59 | 0.18 | 0.38 |
| Hex | 72 | 50 | 6C | 0 | 1E | 5 | 37 | 137 | 12 | 26 |
| Octal | 162 | 120 | 154 | 0 | 36 | 5 | 67 | 467 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1101100 | 0 | 11110 | 101 | 110111 | 100110111 | 10010 | 100110 |
Color Harmonies of #72506C
Complementary color
Monochromatic Colors of #72506C
Black with #72506C
Text Example
Text Example
White with #72506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72506C; }
p { color: rgb(114,80,108); }
H1.HeaderClassName
{
color: #72506C;
}
.AnyTagClassName
{
color: #72506C;
}
</style>
background-color css
<style>
a { background-color: #72506C; }
a { background-color: rgb(114,80,108); }
div.DivClassName
{
background-color: #72506C;
}
.BgClassName
{
background-color: #72506C;
}
</style>
border-color css
<style>
span { border-color: #72506C; }
span { border-color: rgb(114,80,108); }
td.TdClassName
{
border-color: #72506C;
}
.TagClassName
{
border-color: #72506C;
}
</style>