Shades of Salt Box #735D6C
Tints of Salt Box #735D6C
RGB
CMYK
RGB Variations
Color information
#735D6C (or 0x735D6C) is known color: Salt Box. HEX triplet: 73, 5D and 6C. RGB value is (115,93,108). Sum of RGB (Red+Green+Blue) = 115+93+108=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D6C is #8CA293. Grayscale: #656565. Windows color (decimal): -9216660 or 7101811. OLE color: 7101811.
HSL color Cylindrical-coordinate representation of color #735D6C: hue angle of 319.09º 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 #735D6C is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 108 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.55 |
| HSL | 319.09º | 0.11% | 0.41% | - |
| HSV(B) | 319.09º | 0.19% | 0.45% | - |
| XYZ | 13.69 | 12.56 | 15.89 | - |
| YUV | 101.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 108 | 0 | 0.19 | 0.06 | 0.55 | 319.09 | 0.11 | 0.41 |
| Hex | 73 | 5D | 6C | 0 | 13 | 6 | 37 | 13F | B | 29 |
| Octal | 163 | 135 | 154 | 0 | 23 | 6 | 67 | 477 | 13 | 51 |
| Binary | 1110011 | 1011101 | 1101100 | 0 | 10011 | 110 | 110111 | 100111111 | 1011 | 101001 |
Color Harmonies of #735D6C
Complementary color
Monochromatic Colors of #735D6C
Black with #735D6C
Text Example
Text Example
White with #735D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D6C; }
p { color: rgb(115,93,108); }
H1.HeaderClassName
{
color: #735D6C;
}
.AnyTagClassName
{
color: #735D6C;
}
</style>
background-color css
<style>
a { background-color: #735D6C; }
a { background-color: rgb(115,93,108); }
div.DivClassName
{
background-color: #735D6C;
}
.BgClassName
{
background-color: #735D6C;
}
</style>
border-color css
<style>
span { border-color: #735D6C; }
span { border-color: rgb(115,93,108); }
td.TdClassName
{
border-color: #735D6C;
}
.TagClassName
{
border-color: #735D6C;
}
</style>