Shades of Salt Box #764D6B
Tints of Salt Box #764D6B
RGB
CMYK
RGB Variations
Color information
#764D6B (or 0x764D6B) is known color: Salt Box. HEX triplet: 76, 4D and 6B. RGB value is (118,77,107). Sum of RGB (Red+Green+Blue) = 118+77+107=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6B is #89B294. Grayscale: #5C5C5C. Windows color (decimal): -9024149 or 7032182. OLE color: 7032182.
HSL color Cylindrical-coordinate representation of color #764D6B: hue angle of 316.1º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D6B is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 107 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.54 |
| HSL | 316.1º | 0.21% | 0.38% | - |
| HSV(B) | 316.1º | 0.35% | 0.46% | - |
| XYZ | 12.78 | 10.22 | 15.21 | - |
| YUV | 92.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 107 | 0 | 0.35 | 0.09 | 0.54 | 316.1 | 0.21 | 0.38 |
| Hex | 76 | 4D | 6B | 0 | 23 | 9 | 36 | 13C | 15 | 26 |
| Octal | 166 | 115 | 153 | 0 | 43 | 11 | 66 | 474 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1101011 | 0 | 100011 | 1001 | 110110 | 100111100 | 10101 | 100110 |
Color Harmonies of #764D6B
Complementary color
Monochromatic Colors of #764D6B
Black with #764D6B
Text Example
Text Example
White with #764D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D6B; }
p { color: rgb(118,77,107); }
H1.HeaderClassName
{
color: #764D6B;
}
.AnyTagClassName
{
color: #764D6B;
}
</style>
background-color css
<style>
a { background-color: #764D6B; }
a { background-color: rgb(118,77,107); }
div.DivClassName
{
background-color: #764D6B;
}
.BgClassName
{
background-color: #764D6B;
}
</style>
border-color css
<style>
span { border-color: #764D6B; }
span { border-color: rgb(118,77,107); }
td.TdClassName
{
border-color: #764D6B;
}
.TagClassName
{
border-color: #764D6B;
}
</style>