Shades of Salt Box #735F6E
Tints of Salt Box #735F6E
RGB
CMYK
RGB Variations
Color information
#735F6E (or 0x735F6E) is known color: Salt Box. HEX triplet: 73, 5F and 6E. RGB value is (115,95,110). Sum of RGB (Red+Green+Blue) = 115+95+110=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F6E is #8CA091. Grayscale: #666666. Windows color (decimal): -9216146 or 7233395. OLE color: 7233395.
HSL color Cylindrical-coordinate representation of color #735F6E: hue angle of 315º 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 #735F6E is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 110 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.55 |
| HSL | 315º | 0.1% | 0.41% | - |
| HSV(B) | 315º | 0.17% | 0.45% | - |
| XYZ | 13.98 | 12.96 | 16.52 | - |
| YUV | 102.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 110 | 0 | 0.17 | 0.04 | 0.55 | 315 | 0.1 | 0.41 |
| Hex | 73 | 5F | 6E | 0 | 11 | 4 | 37 | 13B | A | 29 |
| Octal | 163 | 137 | 156 | 0 | 21 | 4 | 67 | 473 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1101110 | 0 | 10001 | 100 | 110111 | 100111011 | 1010 | 101001 |
Color Harmonies of #735F6E
Complementary color
Monochromatic Colors of #735F6E
Black with #735F6E
Text Example
Text Example
White with #735F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F6E; }
p { color: rgb(115,95,110); }
H1.HeaderClassName
{
color: #735F6E;
}
.AnyTagClassName
{
color: #735F6E;
}
</style>
background-color css
<style>
a { background-color: #735F6E; }
a { background-color: rgb(115,95,110); }
div.DivClassName
{
background-color: #735F6E;
}
.BgClassName
{
background-color: #735F6E;
}
</style>
border-color css
<style>
span { border-color: #735F6E; }
span { border-color: rgb(115,95,110); }
td.TdClassName
{
border-color: #735F6E;
}
.TagClassName
{
border-color: #735F6E;
}
</style>