Shades of Salt Box #734F70
Tints of Salt Box #734F70
RGB
CMYK
RGB Variations
Color information
#734F70 (or 0x734F70) is known color: Salt Box. HEX triplet: 73, 4F and 70. RGB value is (115,79,112). Sum of RGB (Red+Green+Blue) = 115+79+112=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #734F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F70 is #8CB08F. Grayscale: #5D5D5D. Windows color (decimal): -9220240 or 7360371. OLE color: 7360371.
HSL color Cylindrical-coordinate representation of color #734F70: hue angle of 305º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F70 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 112 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.55 |
| HSL | 305º | 0.19% | 0.38% | - |
| HSV(B) | 305º | 0.31% | 0.45% | - |
| XYZ | 12.79 | 10.41 | 16.66 | - |
| YUV | 93.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 112 | 0 | 0.31 | 0.03 | 0.55 | 305 | 0.19 | 0.38 |
| Hex | 73 | 4F | 70 | 0 | 1F | 3 | 37 | 131 | 13 | 26 |
| Octal | 163 | 117 | 160 | 0 | 37 | 3 | 67 | 461 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1110000 | 0 | 11111 | 11 | 110111 | 100110001 | 10011 | 100110 |
Color Harmonies of #734F70
Complementary color
Monochromatic Colors of #734F70
Black with #734F70
Text Example
Text Example
White with #734F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F70; }
p { color: rgb(115,79,112); }
H1.HeaderClassName
{
color: #734F70;
}
.AnyTagClassName
{
color: #734F70;
}
</style>
background-color css
<style>
a { background-color: #734F70; }
a { background-color: rgb(115,79,112); }
div.DivClassName
{
background-color: #734F70;
}
.BgClassName
{
background-color: #734F70;
}
</style>
border-color css
<style>
span { border-color: #734F70; }
span { border-color: rgb(115,79,112); }
td.TdClassName
{
border-color: #734F70;
}
.TagClassName
{
border-color: #734F70;
}
</style>