Shades of Salt Box #775D71
Tints of Salt Box #775D71
RGB
CMYK
RGB Variations
Color information
#775D71 (or 0x775D71) is known color: Salt Box. HEX triplet: 77, 5D and 71. RGB value is (119,93,113). Sum of RGB (Red+Green+Blue) = 119+93+113=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D71 is #88A28E. Grayscale: #676767. Windows color (decimal): -8954511 or 7429495. OLE color: 7429495.
HSL color Cylindrical-coordinate representation of color #775D71: hue angle of 313.85º 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 #775D71 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 113 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.53 |
| HSL | 313.85º | 0.12% | 0.42% | - |
| HSV(B) | 313.85º | 0.22% | 0.47% | - |
| XYZ | 14.5 | 12.94 | 17.36 | - |
| YUV | 103.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 113 | 0 | 0.22 | 0.05 | 0.53 | 313.85 | 0.12 | 0.42 |
| Hex | 77 | 5D | 71 | 0 | 16 | 5 | 35 | 13A | C | 2A |
| Octal | 167 | 135 | 161 | 0 | 26 | 5 | 65 | 472 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1110001 | 0 | 10110 | 101 | 110101 | 100111010 | 1100 | 101010 |
Color Harmonies of #775D71
Complementary color
Monochromatic Colors of #775D71
Black with #775D71
Text Example
Text Example
White with #775D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D71; }
p { color: rgb(119,93,113); }
H1.HeaderClassName
{
color: #775D71;
}
.AnyTagClassName
{
color: #775D71;
}
</style>
background-color css
<style>
a { background-color: #775D71; }
a { background-color: rgb(119,93,113); }
div.DivClassName
{
background-color: #775D71;
}
.BgClassName
{
background-color: #775D71;
}
</style>
border-color css
<style>
span { border-color: #775D71; }
span { border-color: rgb(119,93,113); }
td.TdClassName
{
border-color: #775D71;
}
.TagClassName
{
border-color: #775D71;
}
</style>