Shades of Salt Box #764F6C
Tints of Salt Box #764F6C
RGB
CMYK
RGB Variations
Color information
#764F6C (or 0x764F6C) is known color: Salt Box. HEX triplet: 76, 4F and 6C. RGB value is (118,79,108). Sum of RGB (Red+Green+Blue) = 118+79+108=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F6C is #89B093. Grayscale: #5D5D5D. Windows color (decimal): -9023636 or 7098230. OLE color: 7098230.
HSL color Cylindrical-coordinate representation of color #764F6C: hue angle of 315.38º 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 #764F6C is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 108 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.54 |
| HSL | 315.38º | 0.2% | 0.39% | - |
| HSV(B) | 315.38º | 0.33% | 0.46% | - |
| XYZ | 12.97 | 10.53 | 15.54 | - |
| YUV | 93.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 108 | 0 | 0.33 | 0.08 | 0.54 | 315.38 | 0.2 | 0.39 |
| Hex | 76 | 4F | 6C | 0 | 21 | 8 | 36 | 13B | 14 | 27 |
| Octal | 166 | 117 | 154 | 0 | 41 | 10 | 66 | 473 | 24 | 47 |
| Binary | 1110110 | 1001111 | 1101100 | 0 | 100001 | 1000 | 110110 | 100111011 | 10100 | 100111 |
Color Harmonies of #764F6C
Complementary color
Monochromatic Colors of #764F6C
Black with #764F6C
Text Example
Text Example
White with #764F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F6C; }
p { color: rgb(118,79,108); }
H1.HeaderClassName
{
color: #764F6C;
}
.AnyTagClassName
{
color: #764F6C;
}
</style>
background-color css
<style>
a { background-color: #764F6C; }
a { background-color: rgb(118,79,108); }
div.DivClassName
{
background-color: #764F6C;
}
.BgClassName
{
background-color: #764F6C;
}
</style>
border-color css
<style>
span { border-color: #764F6C; }
span { border-color: rgb(118,79,108); }
td.TdClassName
{
border-color: #764F6C;
}
.TagClassName
{
border-color: #764F6C;
}
</style>