Shades of Salt Box #775D6D
Tints of Salt Box #775D6D
RGB
CMYK
RGB Variations
Color information
#775D6D (or 0x775D6D) is known color: Salt Box. HEX triplet: 77, 5D and 6D. RGB value is (119,93,109). Sum of RGB (Red+Green+Blue) = 119+93+109=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D6D is #88A292. Grayscale: #666666. Windows color (decimal): -8954515 or 7167351. OLE color: 7167351.
HSL color Cylindrical-coordinate representation of color #775D6D: hue angle of 323.08º 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 #775D6D is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 109 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.53 |
| HSL | 323.08º | 0.12% | 0.42% | - |
| HSV(B) | 323.08º | 0.22% | 0.47% | - |
| XYZ | 14.28 | 12.85 | 16.2 | - |
| YUV | 102.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 109 | 0 | 0.22 | 0.08 | 0.53 | 323.08 | 0.12 | 0.42 |
| Hex | 77 | 5D | 6D | 0 | 16 | 8 | 35 | 143 | C | 2A |
| Octal | 167 | 135 | 155 | 0 | 26 | 10 | 65 | 503 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1101101 | 0 | 10110 | 1000 | 110101 | 101000011 | 1100 | 101010 |
Color Harmonies of #775D6D
Complementary color
Monochromatic Colors of #775D6D
Black with #775D6D
Text Example
Text Example
White with #775D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D6D; }
p { color: rgb(119,93,109); }
H1.HeaderClassName
{
color: #775D6D;
}
.AnyTagClassName
{
color: #775D6D;
}
</style>
background-color css
<style>
a { background-color: #775D6D; }
a { background-color: rgb(119,93,109); }
div.DivClassName
{
background-color: #775D6D;
}
.BgClassName
{
background-color: #775D6D;
}
</style>
border-color css
<style>
span { border-color: #775D6D; }
span { border-color: rgb(119,93,109); }
td.TdClassName
{
border-color: #775D6D;
}
.TagClassName
{
border-color: #775D6D;
}
</style>