Shades of Salt Box #734E6B
Tints of Salt Box #734E6B
RGB
CMYK
RGB Variations
Color information
#734E6B (or 0x734E6B) is known color: Salt Box. HEX triplet: 73, 4E and 6B. RGB value is (115,78,107). Sum of RGB (Red+Green+Blue) = 115+78+107=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6B is #8CB194. Grayscale: #5C5C5C. Windows color (decimal): -9220501 or 7032435. OLE color: 7032435.
HSL color Cylindrical-coordinate representation of color #734E6B: hue angle of 312.97º 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 #734E6B is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 107 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.55 |
| HSL | 312.97º | 0.19% | 0.38% | - |
| HSV(B) | 312.97º | 0.32% | 0.45% | - |
| XYZ | 12.45 | 10.16 | 15.21 | - |
| YUV | 92.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 107 | 0 | 0.32 | 0.07 | 0.55 | 312.97 | 0.19 | 0.38 |
| Hex | 73 | 4E | 6B | 0 | 20 | 7 | 37 | 139 | 13 | 26 |
| Octal | 163 | 116 | 153 | 0 | 40 | 7 | 67 | 471 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1101011 | 0 | 100000 | 111 | 110111 | 100111001 | 10011 | 100110 |
Color Harmonies of #734E6B
Complementary color
Monochromatic Colors of #734E6B
Black with #734E6B
Text Example
Text Example
White with #734E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E6B; }
p { color: rgb(115,78,107); }
H1.HeaderClassName
{
color: #734E6B;
}
.AnyTagClassName
{
color: #734E6B;
}
</style>
background-color css
<style>
a { background-color: #734E6B; }
a { background-color: rgb(115,78,107); }
div.DivClassName
{
background-color: #734E6B;
}
.BgClassName
{
background-color: #734E6B;
}
</style>
border-color css
<style>
span { border-color: #734E6B; }
span { border-color: rgb(115,78,107); }
td.TdClassName
{
border-color: #734E6B;
}
.TagClassName
{
border-color: #734E6B;
}
</style>