Shades of Salt Box #735F6D
Tints of Salt Box #735F6D
RGB
CMYK
RGB Variations
Color information
#735F6D (or 0x735F6D) is known color: Salt Box. HEX triplet: 73, 5F and 6D. RGB value is (115,95,109). Sum of RGB (Red+Green+Blue) = 115+95+109=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #735F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F6D is #8CA092. Grayscale: #666666. Windows color (decimal): -9216147 or 7167859. OLE color: 7167859.
HSL color Cylindrical-coordinate representation of color #735F6D: hue angle of 318º 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 #735F6D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 109 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.55 |
| HSL | 318º | 0.1% | 0.41% | - |
| HSV(B) | 318º | 0.17% | 0.45% | - |
| XYZ | 13.92 | 12.93 | 16.23 | - |
| YUV | 102.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 109 | 0 | 0.17 | 0.05 | 0.55 | 318 | 0.1 | 0.41 |
| Hex | 73 | 5F | 6D | 0 | 11 | 5 | 37 | 13E | A | 29 |
| Octal | 163 | 137 | 155 | 0 | 21 | 5 | 67 | 476 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1101101 | 0 | 10001 | 101 | 110111 | 100111110 | 1010 | 101001 |
Color Harmonies of #735F6D
Complementary color
Monochromatic Colors of #735F6D
Black with #735F6D
Text Example
Text Example
White with #735F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F6D; }
p { color: rgb(115,95,109); }
H1.HeaderClassName
{
color: #735F6D;
}
.AnyTagClassName
{
color: #735F6D;
}
</style>
background-color css
<style>
a { background-color: #735F6D; }
a { background-color: rgb(115,95,109); }
div.DivClassName
{
background-color: #735F6D;
}
.BgClassName
{
background-color: #735F6D;
}
</style>
border-color css
<style>
span { border-color: #735F6D; }
span { border-color: rgb(115,95,109); }
td.TdClassName
{
border-color: #735F6D;
}
.TagClassName
{
border-color: #735F6D;
}
</style>