Shades of Salt Box #764F6D
Tints of Salt Box #764F6D
RGB
CMYK
RGB Variations
Color information
#764F6D (or 0x764F6D) is known color: Salt Box. HEX triplet: 76, 4F and 6D. RGB value is (118,79,109). Sum of RGB (Red+Green+Blue) = 118+79+109=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F6D is #89B092. Grayscale: #5D5D5D. Windows color (decimal): -9023635 or 7163766. OLE color: 7163766.
HSL color Cylindrical-coordinate representation of color #764F6D: hue angle of 313.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F6D is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 109 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.54 |
| HSL | 313.85º | 0.2% | 0.39% | - |
| HSV(B) | 313.85º | 0.33% | 0.46% | - |
| XYZ | 13.03 | 10.55 | 15.82 | - |
| YUV | 94.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 109 | 0 | 0.33 | 0.08 | 0.54 | 313.85 | 0.2 | 0.39 |
| Hex | 76 | 4F | 6D | 0 | 21 | 8 | 36 | 13A | 14 | 27 |
| Octal | 166 | 117 | 155 | 0 | 41 | 10 | 66 | 472 | 24 | 47 |
| Binary | 1110110 | 1001111 | 1101101 | 0 | 100001 | 1000 | 110110 | 100111010 | 10100 | 100111 |
Color Harmonies of #764F6D
Complementary color
Monochromatic Colors of #764F6D
Black with #764F6D
Text Example
Text Example
White with #764F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F6D; }
p { color: rgb(118,79,109); }
H1.HeaderClassName
{
color: #764F6D;
}
.AnyTagClassName
{
color: #764F6D;
}
</style>
background-color css
<style>
a { background-color: #764F6D; }
a { background-color: rgb(118,79,109); }
div.DivClassName
{
background-color: #764F6D;
}
.BgClassName
{
background-color: #764F6D;
}
</style>
border-color css
<style>
span { border-color: #764F6D; }
span { border-color: rgb(118,79,109); }
td.TdClassName
{
border-color: #764F6D;
}
.TagClassName
{
border-color: #764F6D;
}
</style>