Shades of Salt Box #765B6C
Tints of Salt Box #765B6C
RGB
CMYK
RGB Variations
Color information
#765B6C (or 0x765B6C) is known color: Salt Box. HEX triplet: 76, 5B and 6C. RGB value is (118,91,108). Sum of RGB (Red+Green+Blue) = 118+91+108=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B6C is #89A493. Grayscale: #646464. Windows color (decimal): -9020564 or 7101302. OLE color: 7101302.
HSL color Cylindrical-coordinate representation of color #765B6C: hue angle of 322.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B6C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 108 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.54 |
| HSL | 322.22º | 0.13% | 0.41% | - |
| HSV(B) | 322.22º | 0.23% | 0.46% | - |
| XYZ | 13.92 | 12.42 | 15.85 | - |
| YUV | 101.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 108 | 0 | 0.23 | 0.08 | 0.54 | 322.22 | 0.13 | 0.41 |
| Hex | 76 | 5B | 6C | 0 | 17 | 8 | 36 | 142 | D | 29 |
| Octal | 166 | 133 | 154 | 0 | 27 | 10 | 66 | 502 | 15 | 51 |
| Binary | 1110110 | 1011011 | 1101100 | 0 | 10111 | 1000 | 110110 | 101000010 | 1101 | 101001 |
Color Harmonies of #765B6C
Complementary color
Monochromatic Colors of #765B6C
Black with #765B6C
Text Example
Text Example
White with #765B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B6C; }
p { color: rgb(118,91,108); }
H1.HeaderClassName
{
color: #765B6C;
}
.AnyTagClassName
{
color: #765B6C;
}
</style>
background-color css
<style>
a { background-color: #765B6C; }
a { background-color: rgb(118,91,108); }
div.DivClassName
{
background-color: #765B6C;
}
.BgClassName
{
background-color: #765B6C;
}
</style>
border-color css
<style>
span { border-color: #765B6C; }
span { border-color: rgb(118,91,108); }
td.TdClassName
{
border-color: #765B6C;
}
.TagClassName
{
border-color: #765B6C;
}
</style>