Shades of Salt Box #734E6D
Tints of Salt Box #734E6D
RGB
CMYK
RGB Variations
Color information
#734E6D (or 0x734E6D) is known color: Salt Box. HEX triplet: 73, 4E and 6D. RGB value is (115,78,109). Sum of RGB (Red+Green+Blue) = 115+78+109=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6D is #8CB192. Grayscale: #5C5C5C. Windows color (decimal): -9220499 or 7163507. OLE color: 7163507.
HSL color Cylindrical-coordinate representation of color #734E6D: hue angle of 309.73º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E6D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 109 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.55 |
| HSL | 309.73º | 0.19% | 0.38% | - |
| HSV(B) | 309.73º | 0.32% | 0.45% | - |
| XYZ | 12.55 | 10.2 | 15.77 | - |
| YUV | 92.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 109 | 0 | 0.32 | 0.05 | 0.55 | 309.73 | 0.19 | 0.38 |
| Hex | 73 | 4E | 6D | 0 | 20 | 5 | 37 | 136 | 13 | 26 |
| Octal | 163 | 116 | 155 | 0 | 40 | 5 | 67 | 466 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1101101 | 0 | 100000 | 101 | 110111 | 100110110 | 10011 | 100110 |
Color Harmonies of #734E6D
Complementary color
Monochromatic Colors of #734E6D
Black with #734E6D
Text Example
Text Example
White with #734E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E6D; }
p { color: rgb(115,78,109); }
H1.HeaderClassName
{
color: #734E6D;
}
.AnyTagClassName
{
color: #734E6D;
}
</style>
background-color css
<style>
a { background-color: #734E6D; }
a { background-color: rgb(115,78,109); }
div.DivClassName
{
background-color: #734E6D;
}
.BgClassName
{
background-color: #734E6D;
}
</style>
border-color css
<style>
span { border-color: #734E6D; }
span { border-color: rgb(115,78,109); }
td.TdClassName
{
border-color: #734E6D;
}
.TagClassName
{
border-color: #734E6D;
}
</style>