Shades of Salt Box #734D6B
Tints of Salt Box #734D6B
RGB
CMYK
RGB Variations
Color information
#734D6B (or 0x734D6B) is known color: Salt Box. HEX triplet: 73, 4D and 6B. RGB value is (115,77,107). Sum of RGB (Red+Green+Blue) = 115+77+107=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D6B is #8CB294. Grayscale: #5B5B5B. Windows color (decimal): -9220757 or 7032179. OLE color: 7032179.
HSL color Cylindrical-coordinate representation of color #734D6B: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D6B is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 107 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.55 |
| HSL | 312.63º | 0.2% | 0.38% | - |
| HSV(B) | 312.63º | 0.33% | 0.45% | - |
| XYZ | 12.38 | 10.01 | 15.19 | - |
| YUV | 91.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 107 | 0 | 0.33 | 0.07 | 0.55 | 312.63 | 0.2 | 0.38 |
| Hex | 73 | 4D | 6B | 0 | 21 | 7 | 37 | 139 | 14 | 26 |
| Octal | 163 | 115 | 153 | 0 | 41 | 7 | 67 | 471 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1101011 | 0 | 100001 | 111 | 110111 | 100111001 | 10100 | 100110 |
Color Harmonies of #734D6B
Complementary color
Monochromatic Colors of #734D6B
Black with #734D6B
Text Example
Text Example
White with #734D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D6B; }
p { color: rgb(115,77,107); }
H1.HeaderClassName
{
color: #734D6B;
}
.AnyTagClassName
{
color: #734D6B;
}
</style>
background-color css
<style>
a { background-color: #734D6B; }
a { background-color: rgb(115,77,107); }
div.DivClassName
{
background-color: #734D6B;
}
.BgClassName
{
background-color: #734D6B;
}
</style>
border-color css
<style>
span { border-color: #734D6B; }
span { border-color: rgb(115,77,107); }
td.TdClassName
{
border-color: #734D6B;
}
.TagClassName
{
border-color: #734D6B;
}
</style>