Shades of Salt Box #735E6C
Tints of Salt Box #735E6C
RGB
CMYK
RGB Variations
Color information
#735E6C (or 0x735E6C) is known color: Salt Box. HEX triplet: 73, 5E and 6C. RGB value is (115,94,108). Sum of RGB (Red+Green+Blue) = 115+94+108=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6C is #8CA193. Grayscale: #656565. Windows color (decimal): -9216404 or 7102067. OLE color: 7102067.
HSL color Cylindrical-coordinate representation of color #735E6C: hue angle of 320º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735E6C is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 108 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.55 |
| HSL | 320º | 0.1% | 0.41% | - |
| HSV(B) | 320º | 0.18% | 0.45% | - |
| XYZ | 13.78 | 12.73 | 15.92 | - |
| YUV | 101.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 108 | 0 | 0.18 | 0.06 | 0.55 | 320 | 0.1 | 0.41 |
| Hex | 73 | 5E | 6C | 0 | 12 | 6 | 37 | 140 | A | 29 |
| Octal | 163 | 136 | 154 | 0 | 22 | 6 | 67 | 500 | 12 | 51 |
| Binary | 1110011 | 1011110 | 1101100 | 0 | 10010 | 110 | 110111 | 101000000 | 1010 | 101001 |
Color Harmonies of #735E6C
Complementary color
Monochromatic Colors of #735E6C
Black with #735E6C
Text Example
Text Example
White with #735E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E6C; }
p { color: rgb(115,94,108); }
H1.HeaderClassName
{
color: #735E6C;
}
.AnyTagClassName
{
color: #735E6C;
}
</style>
background-color css
<style>
a { background-color: #735E6C; }
a { background-color: rgb(115,94,108); }
div.DivClassName
{
background-color: #735E6C;
}
.BgClassName
{
background-color: #735E6C;
}
</style>
border-color css
<style>
span { border-color: #735E6C; }
span { border-color: rgb(115,94,108); }
td.TdClassName
{
border-color: #735E6C;
}
.TagClassName
{
border-color: #735E6C;
}
</style>