Shades of Salt Box #734A6A
Tints of Salt Box #734A6A
RGB
CMYK
RGB Variations
Color information
#734A6A (or 0x734A6A) is known color: Salt Box. HEX triplet: 73, 4A and 6A. RGB value is (115,74,106). Sum of RGB (Red+Green+Blue) = 115+74+106=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #734A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A6A is #8CB595. Grayscale: #595959. Windows color (decimal): -9221526 or 6965875. OLE color: 6965875.
HSL color Cylindrical-coordinate representation of color #734A6A: hue angle of 313.17º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A6A is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 106 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.55 |
| HSL | 313.17º | 0.22% | 0.37% | - |
| HSV(B) | 313.17º | 0.36% | 0.45% | - |
| XYZ | 12.12 | 9.58 | 14.85 | - |
| YUV | 89.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 106 | 0 | 0.36 | 0.08 | 0.55 | 313.17 | 0.22 | 0.37 |
| Hex | 73 | 4A | 6A | 0 | 24 | 8 | 37 | 139 | 16 | 25 |
| Octal | 163 | 112 | 152 | 0 | 44 | 10 | 67 | 471 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1101010 | 0 | 100100 | 1000 | 110111 | 100111001 | 10110 | 100101 |
Color Harmonies of #734A6A
Complementary color
Monochromatic Colors of #734A6A
Black with #734A6A
Text Example
Text Example
White with #734A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A6A; }
p { color: rgb(115,74,106); }
H1.HeaderClassName
{
color: #734A6A;
}
.AnyTagClassName
{
color: #734A6A;
}
</style>
background-color css
<style>
a { background-color: #734A6A; }
a { background-color: rgb(115,74,106); }
div.DivClassName
{
background-color: #734A6A;
}
.BgClassName
{
background-color: #734A6A;
}
</style>
border-color css
<style>
span { border-color: #734A6A; }
span { border-color: rgb(115,74,106); }
td.TdClassName
{
border-color: #734A6A;
}
.TagClassName
{
border-color: #734A6A;
}
</style>