Shades of Salt Box #775F70
Tints of Salt Box #775F70
RGB
CMYK
RGB Variations
Color information
#775F70 (or 0x775F70) is known color: Salt Box. HEX triplet: 77, 5F and 70. RGB value is (119,95,112). Sum of RGB (Red+Green+Blue) = 119+95+112=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F70 is #88A08F. Grayscale: #686868. Windows color (decimal): -8954000 or 7364471. OLE color: 7364471.
HSL color Cylindrical-coordinate representation of color #775F70: hue angle of 317.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F70 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 112 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.53 |
| HSL | 317.5º | 0.11% | 0.42% | - |
| HSV(B) | 317.5º | 0.2% | 0.47% | - |
| XYZ | 14.62 | 13.28 | 17.12 | - |
| YUV | 104.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 112 | 0 | 0.20 | 0.06 | 0.53 | 317.5 | 0.11 | 0.42 |
| Hex | 77 | 5F | 70 | 0 | 14 | 6 | 35 | 13E | B | 2A |
| Octal | 167 | 137 | 160 | 0 | 24 | 6 | 65 | 476 | 13 | 52 |
| Binary | 1110111 | 1011111 | 1110000 | 0 | 10100 | 110 | 110101 | 100111110 | 1011 | 101010 |
Color Harmonies of #775F70
Complementary color
Monochromatic Colors of #775F70
Black with #775F70
Text Example
Text Example
White with #775F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F70; }
p { color: rgb(119,95,112); }
H1.HeaderClassName
{
color: #775F70;
}
.AnyTagClassName
{
color: #775F70;
}
</style>
background-color css
<style>
a { background-color: #775F70; }
a { background-color: rgb(119,95,112); }
div.DivClassName
{
background-color: #775F70;
}
.BgClassName
{
background-color: #775F70;
}
</style>
border-color css
<style>
span { border-color: #775F70; }
span { border-color: rgb(119,95,112); }
td.TdClassName
{
border-color: #775F70;
}
.TagClassName
{
border-color: #775F70;
}
</style>