Shades of Salt Box #734B6D
Tints of Salt Box #734B6D
RGB
CMYK
RGB Variations
Color information
#734B6D (or 0x734B6D) is known color: Salt Box. HEX triplet: 73, 4B and 6D. RGB value is (115,75,109). Sum of RGB (Red+Green+Blue) = 115+75+109=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B6D is #8CB492. Grayscale: #5A5A5A. Windows color (decimal): -9221267 or 7162739. OLE color: 7162739.
HSL color Cylindrical-coordinate representation of color #734B6D: hue angle of 309º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B6D is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 109 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.55 |
| HSL | 309º | 0.21% | 0.37% | - |
| HSV(B) | 309º | 0.35% | 0.45% | - |
| XYZ | 12.35 | 9.78 | 15.71 | - |
| YUV | 90.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 109 | 0 | 0.35 | 0.05 | 0.55 | 309 | 0.21 | 0.37 |
| Hex | 73 | 4B | 6D | 0 | 23 | 5 | 37 | 135 | 15 | 25 |
| Octal | 163 | 113 | 155 | 0 | 43 | 5 | 67 | 465 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1101101 | 0 | 100011 | 101 | 110111 | 100110101 | 10101 | 100101 |
Color Harmonies of #734B6D
Complementary color
Monochromatic Colors of #734B6D
Black with #734B6D
Text Example
Text Example
White with #734B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B6D; }
p { color: rgb(115,75,109); }
H1.HeaderClassName
{
color: #734B6D;
}
.AnyTagClassName
{
color: #734B6D;
}
</style>
background-color css
<style>
a { background-color: #734B6D; }
a { background-color: rgb(115,75,109); }
div.DivClassName
{
background-color: #734B6D;
}
.BgClassName
{
background-color: #734B6D;
}
</style>
border-color css
<style>
span { border-color: #734B6D; }
span { border-color: rgb(115,75,109); }
td.TdClassName
{
border-color: #734B6D;
}
.TagClassName
{
border-color: #734B6D;
}
</style>