Shades of Salt Box #73626E
Tints of Salt Box #73626E
RGB
CMYK
RGB Variations
Color information
#73626E (or 0x73626E) is known color: Salt Box. HEX triplet: 73, 62 and 6E. RGB value is (115,98,110). Sum of RGB (Red+Green+Blue) = 115+98+110=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #73626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626E is #8C9D91. Grayscale: #686868. Windows color (decimal): -9215378 or 7234163. OLE color: 7234163.
HSL color Cylindrical-coordinate representation of color #73626E: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73626E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 110 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.55 |
| HSL | 317.65º | 0.08% | 0.42% | - |
| HSV(B) | 317.65º | 0.15% | 0.45% | - |
| XYZ | 14.25 | 13.51 | 16.61 | - |
| YUV | 104.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 110 | 0 | 0.15 | 0.04 | 0.55 | 317.65 | 0.08 | 0.42 |
| Hex | 73 | 62 | 6E | 0 | F | 4 | 37 | 13E | 8 | 2A |
| Octal | 163 | 142 | 156 | 0 | 17 | 4 | 67 | 476 | 10 | 52 |
| Binary | 1110011 | 1100010 | 1101110 | 0 | 1111 | 100 | 110111 | 100111110 | 1000 | 101010 |
Color Harmonies of #73626E
Complementary color
Monochromatic Colors of #73626E
Black with #73626E
Text Example
Text Example
White with #73626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73626E; }
p { color: rgb(115,98,110); }
H1.HeaderClassName
{
color: #73626E;
}
.AnyTagClassName
{
color: #73626E;
}
</style>
background-color css
<style>
a { background-color: #73626E; }
a { background-color: rgb(115,98,110); }
div.DivClassName
{
background-color: #73626E;
}
.BgClassName
{
background-color: #73626E;
}
</style>
border-color css
<style>
span { border-color: #73626E; }
span { border-color: rgb(115,98,110); }
td.TdClassName
{
border-color: #73626E;
}
.TagClassName
{
border-color: #73626E;
}
</style>