Shades of Salt Box #775D70
Tints of Salt Box #775D70
RGB
CMYK
RGB Variations
Color information
#775D70 (or 0x775D70) is known color: Salt Box. HEX triplet: 77, 5D and 70. RGB value is (119,93,112). Sum of RGB (Red+Green+Blue) = 119+93+112=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D70 is #88A28F. Grayscale: #666666. Windows color (decimal): -8954512 or 7363959. OLE color: 7363959.
HSL color Cylindrical-coordinate representation of color #775D70: hue angle of 316.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D70 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 112 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.53 |
| HSL | 316.15º | 0.12% | 0.42% | - |
| HSV(B) | 316.15º | 0.22% | 0.47% | - |
| XYZ | 14.45 | 12.92 | 17.06 | - |
| YUV | 102.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 112 | 0 | 0.22 | 0.06 | 0.53 | 316.15 | 0.12 | 0.42 |
| Hex | 77 | 5D | 70 | 0 | 16 | 6 | 35 | 13C | C | 2A |
| Octal | 167 | 135 | 160 | 0 | 26 | 6 | 65 | 474 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1110000 | 0 | 10110 | 110 | 110101 | 100111100 | 1100 | 101010 |
Color Harmonies of #775D70
Complementary color
Monochromatic Colors of #775D70
Black with #775D70
Text Example
Text Example
White with #775D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D70; }
p { color: rgb(119,93,112); }
H1.HeaderClassName
{
color: #775D70;
}
.AnyTagClassName
{
color: #775D70;
}
</style>
background-color css
<style>
a { background-color: #775D70; }
a { background-color: rgb(119,93,112); }
div.DivClassName
{
background-color: #775D70;
}
.BgClassName
{
background-color: #775D70;
}
</style>
border-color css
<style>
span { border-color: #775D70; }
span { border-color: rgb(119,93,112); }
td.TdClassName
{
border-color: #775D70;
}
.TagClassName
{
border-color: #775D70;
}
</style>