Shades of Salt Box #765D70
Tints of Salt Box #765D70
RGB
CMYK
RGB Variations
Color information
#765D70 (or 0x765D70) is known color: Salt Box. HEX triplet: 76, 5D and 70. RGB value is (118,93,112). Sum of RGB (Red+Green+Blue) = 118+93+112=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D70 is #89A28F. Grayscale: #666666. Windows color (decimal): -9020048 or 7363958. OLE color: 7363958.
HSL color Cylindrical-coordinate representation of color #765D70: hue angle of 314.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D70 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 112 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.54 |
| HSL | 314.4º | 0.12% | 0.41% | - |
| HSV(B) | 314.4º | 0.21% | 0.46% | - |
| XYZ | 14.31 | 12.85 | 17.06 | - |
| YUV | 102.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 112 | 0 | 0.21 | 0.05 | 0.54 | 314.4 | 0.12 | 0.41 |
| Hex | 76 | 5D | 70 | 0 | 15 | 5 | 36 | 13A | C | 29 |
| Octal | 166 | 135 | 160 | 0 | 25 | 5 | 66 | 472 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1110000 | 0 | 10101 | 101 | 110110 | 100111010 | 1100 | 101001 |
Color Harmonies of #765D70
Complementary color
Monochromatic Colors of #765D70
Black with #765D70
Text Example
Text Example
White with #765D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D70; }
p { color: rgb(118,93,112); }
H1.HeaderClassName
{
color: #765D70;
}
.AnyTagClassName
{
color: #765D70;
}
</style>
background-color css
<style>
a { background-color: #765D70; }
a { background-color: rgb(118,93,112); }
div.DivClassName
{
background-color: #765D70;
}
.BgClassName
{
background-color: #765D70;
}
</style>
border-color css
<style>
span { border-color: #765D70; }
span { border-color: rgb(118,93,112); }
td.TdClassName
{
border-color: #765D70;
}
.TagClassName
{
border-color: #765D70;
}
</style>