Shades of Salt Box #735D6B
Tints of Salt Box #735D6B
RGB
CMYK
RGB Variations
Color information
#735D6B (or 0x735D6B) is known color: Salt Box. HEX triplet: 73, 5D and 6B. RGB value is (115,93,107). Sum of RGB (Red+Green+Blue) = 115+93+107=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D6B is #8CA294. Grayscale: #656565. Windows color (decimal): -9216661 or 7036275. OLE color: 7036275.
HSL color Cylindrical-coordinate representation of color #735D6B: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735D6B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 107 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.55 |
| HSL | 321.82º | 0.11% | 0.41% | - |
| HSV(B) | 321.82º | 0.19% | 0.45% | - |
| XYZ | 13.64 | 12.54 | 15.61 | - |
| YUV | 101.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 107 | 0 | 0.19 | 0.07 | 0.55 | 321.82 | 0.11 | 0.41 |
| Hex | 73 | 5D | 6B | 0 | 13 | 7 | 37 | 142 | B | 29 |
| Octal | 163 | 135 | 153 | 0 | 23 | 7 | 67 | 502 | 13 | 51 |
| Binary | 1110011 | 1011101 | 1101011 | 0 | 10011 | 111 | 110111 | 101000010 | 1011 | 101001 |
Color Harmonies of #735D6B
Complementary color
Monochromatic Colors of #735D6B
Black with #735D6B
Text Example
Text Example
White with #735D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D6B; }
p { color: rgb(115,93,107); }
H1.HeaderClassName
{
color: #735D6B;
}
.AnyTagClassName
{
color: #735D6B;
}
</style>
background-color css
<style>
a { background-color: #735D6B; }
a { background-color: rgb(115,93,107); }
div.DivClassName
{
background-color: #735D6B;
}
.BgClassName
{
background-color: #735D6B;
}
</style>
border-color css
<style>
span { border-color: #735D6B; }
span { border-color: rgb(115,93,107); }
td.TdClassName
{
border-color: #735D6B;
}
.TagClassName
{
border-color: #735D6B;
}
</style>