Shades of Salt Box #764E6D
Tints of Salt Box #764E6D
RGB
CMYK
RGB Variations
Color information
#764E6D (or 0x764E6D) is known color: Salt Box. HEX triplet: 76, 4E and 6D. RGB value is (118,78,109). Sum of RGB (Red+Green+Blue) = 118+78+109=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6D is #89B192. Grayscale: #5D5D5D. Windows color (decimal): -9023891 or 7163510. OLE color: 7163510.
HSL color Cylindrical-coordinate representation of color #764E6D: hue angle of 313.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 #764E6D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 109 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.54 |
| HSL | 313.5º | 0.2% | 0.38% | - |
| HSV(B) | 313.5º | 0.34% | 0.46% | - |
| XYZ | 12.96 | 10.4 | 15.79 | - |
| YUV | 93.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 109 | 0 | 0.34 | 0.08 | 0.54 | 313.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 6D | 0 | 22 | 8 | 36 | 13A | 14 | 26 |
| Octal | 166 | 116 | 155 | 0 | 42 | 10 | 66 | 472 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1101101 | 0 | 100010 | 1000 | 110110 | 100111010 | 10100 | 100110 |
Color Harmonies of #764E6D
Complementary color
Monochromatic Colors of #764E6D
Black with #764E6D
Text Example
Text Example
White with #764E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E6D; }
p { color: rgb(118,78,109); }
H1.HeaderClassName
{
color: #764E6D;
}
.AnyTagClassName
{
color: #764E6D;
}
</style>
background-color css
<style>
a { background-color: #764E6D; }
a { background-color: rgb(118,78,109); }
div.DivClassName
{
background-color: #764E6D;
}
.BgClassName
{
background-color: #764E6D;
}
</style>
border-color css
<style>
span { border-color: #764E6D; }
span { border-color: rgb(118,78,109); }
td.TdClassName
{
border-color: #764E6D;
}
.TagClassName
{
border-color: #764E6D;
}
</style>