Shades of Salt Box #734C6D
Tints of Salt Box #734C6D
RGB
CMYK
RGB Variations
Color information
#734C6D (or 0x734C6D) is known color: Salt Box. HEX triplet: 73, 4C and 6D. RGB value is (115,76,109). Sum of RGB (Red+Green+Blue) = 115+76+109=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C6D is #8CB392. Grayscale: #5B5B5B. Windows color (decimal): -9221011 or 7162995. OLE color: 7162995.
HSL color Cylindrical-coordinate representation of color #734C6D: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734C6D is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 109 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.55 |
| HSL | 309.23º | 0.2% | 0.37% | - |
| HSV(B) | 309.23º | 0.34% | 0.45% | - |
| XYZ | 12.41 | 9.92 | 15.73 | - |
| YUV | 91.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 109 | 0 | 0.34 | 0.05 | 0.55 | 309.23 | 0.2 | 0.37 |
| Hex | 73 | 4C | 6D | 0 | 22 | 5 | 37 | 135 | 14 | 25 |
| Octal | 163 | 114 | 155 | 0 | 42 | 5 | 67 | 465 | 24 | 45 |
| Binary | 1110011 | 1001100 | 1101101 | 0 | 100010 | 101 | 110111 | 100110101 | 10100 | 100101 |
Color Harmonies of #734C6D
Complementary color
Monochromatic Colors of #734C6D
Black with #734C6D
Text Example
Text Example
White with #734C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C6D; }
p { color: rgb(115,76,109); }
H1.HeaderClassName
{
color: #734C6D;
}
.AnyTagClassName
{
color: #734C6D;
}
</style>
background-color css
<style>
a { background-color: #734C6D; }
a { background-color: rgb(115,76,109); }
div.DivClassName
{
background-color: #734C6D;
}
.BgClassName
{
background-color: #734C6D;
}
</style>
border-color css
<style>
span { border-color: #734C6D; }
span { border-color: rgb(115,76,109); }
td.TdClassName
{
border-color: #734C6D;
}
.TagClassName
{
border-color: #734C6D;
}
</style>