Shades of Salt Box #764E71
Tints of Salt Box #764E71
RGB
CMYK
RGB Variations
Color information
#764E71 (or 0x764E71) is known color: Salt Box. HEX triplet: 76, 4E and 71. RGB value is (118,78,113). Sum of RGB (Red+Green+Blue) = 118+78+113=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #764E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E71 is #89B18E. Grayscale: #5D5D5D. Windows color (decimal): -9023887 or 7425654. OLE color: 7425654.
HSL color Cylindrical-coordinate representation of color #764E71: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E71 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 113 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.54 |
| HSL | 307.5º | 0.2% | 0.38% | - |
| HSV(B) | 307.5º | 0.34% | 0.46% | - |
| XYZ | 13.18 | 10.49 | 16.95 | - |
| YUV | 93.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 113 | 0 | 0.34 | 0.04 | 0.54 | 307.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 71 | 0 | 22 | 4 | 36 | 134 | 14 | 26 |
| Octal | 166 | 116 | 161 | 0 | 42 | 4 | 66 | 464 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1110001 | 0 | 100010 | 100 | 110110 | 100110100 | 10100 | 100110 |
Color Harmonies of #764E71
Complementary color
Monochromatic Colors of #764E71
Black with #764E71
Text Example
Text Example
White with #764E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E71; }
p { color: rgb(118,78,113); }
H1.HeaderClassName
{
color: #764E71;
}
.AnyTagClassName
{
color: #764E71;
}
</style>
background-color css
<style>
a { background-color: #764E71; }
a { background-color: rgb(118,78,113); }
div.DivClassName
{
background-color: #764E71;
}
.BgClassName
{
background-color: #764E71;
}
</style>
border-color css
<style>
span { border-color: #764E71; }
span { border-color: rgb(118,78,113); }
td.TdClassName
{
border-color: #764E71;
}
.TagClassName
{
border-color: #764E71;
}
</style>