Shades of Salt Box #764C6E
Tints of Salt Box #764C6E
RGB
CMYK
RGB Variations
Color information
#764C6E (or 0x764C6E) is known color: Salt Box. HEX triplet: 76, 4C and 6E. RGB value is (118,76,110). Sum of RGB (Red+Green+Blue) = 118+76+110=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C6E is #89B391. Grayscale: #5C5C5C. Windows color (decimal): -9024402 or 7228534. OLE color: 7228534.
HSL color Cylindrical-coordinate representation of color #764C6E: hue angle of 311.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C6E is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 110 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.54 |
| HSL | 311.43º | 0.22% | 0.38% | - |
| HSV(B) | 311.43º | 0.36% | 0.46% | - |
| XYZ | 12.87 | 10.15 | 16.03 | - |
| YUV | 92.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 110 | 0 | 0.36 | 0.07 | 0.54 | 311.43 | 0.22 | 0.38 |
| Hex | 76 | 4C | 6E | 0 | 24 | 7 | 36 | 137 | 16 | 26 |
| Octal | 166 | 114 | 156 | 0 | 44 | 7 | 66 | 467 | 26 | 46 |
| Binary | 1110110 | 1001100 | 1101110 | 0 | 100100 | 111 | 110110 | 100110111 | 10110 | 100110 |
Color Harmonies of #764C6E
Complementary color
Monochromatic Colors of #764C6E
Black with #764C6E
Text Example
Text Example
White with #764C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C6E; }
p { color: rgb(118,76,110); }
H1.HeaderClassName
{
color: #764C6E;
}
.AnyTagClassName
{
color: #764C6E;
}
</style>
background-color css
<style>
a { background-color: #764C6E; }
a { background-color: rgb(118,76,110); }
div.DivClassName
{
background-color: #764C6E;
}
.BgClassName
{
background-color: #764C6E;
}
</style>
border-color css
<style>
span { border-color: #764C6E; }
span { border-color: rgb(118,76,110); }
td.TdClassName
{
border-color: #764C6E;
}
.TagClassName
{
border-color: #764C6E;
}
</style>