Shades of Salt Box #735F6C
Tints of Salt Box #735F6C
RGB
CMYK
RGB Variations
Color information
#735F6C (or 0x735F6C) is known color: Salt Box. HEX triplet: 73, 5F and 6C. RGB value is (115,95,108). Sum of RGB (Red+Green+Blue) = 115+95+108=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F6C is #8CA093. Grayscale: #666666. Windows color (decimal): -9216148 or 7102323. OLE color: 7102323.
HSL color Cylindrical-coordinate representation of color #735F6C: hue angle of 321º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F6C is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 108 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.55 |
| HSL | 321º | 0.1% | 0.41% | - |
| HSV(B) | 321º | 0.17% | 0.45% | - |
| XYZ | 13.87 | 12.91 | 15.95 | - |
| YUV | 102.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 108 | 0 | 0.17 | 0.06 | 0.55 | 321 | 0.1 | 0.41 |
| Hex | 73 | 5F | 6C | 0 | 11 | 6 | 37 | 141 | A | 29 |
| Octal | 163 | 137 | 154 | 0 | 21 | 6 | 67 | 501 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1101100 | 0 | 10001 | 110 | 110111 | 101000001 | 1010 | 101001 |
Color Harmonies of #735F6C
Complementary color
Monochromatic Colors of #735F6C
Black with #735F6C
Text Example
Text Example
White with #735F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F6C; }
p { color: rgb(115,95,108); }
H1.HeaderClassName
{
color: #735F6C;
}
.AnyTagClassName
{
color: #735F6C;
}
</style>
background-color css
<style>
a { background-color: #735F6C; }
a { background-color: rgb(115,95,108); }
div.DivClassName
{
background-color: #735F6C;
}
.BgClassName
{
background-color: #735F6C;
}
</style>
border-color css
<style>
span { border-color: #735F6C; }
span { border-color: rgb(115,95,108); }
td.TdClassName
{
border-color: #735F6C;
}
.TagClassName
{
border-color: #735F6C;
}
</style>