Shades of Salt Box #775B6D
Tints of Salt Box #775B6D
RGB
CMYK
RGB Variations
Color information
#775B6D (or 0x775B6D) is known color: Salt Box. HEX triplet: 77, 5B and 6D. RGB value is (119,91,109). Sum of RGB (Red+Green+Blue) = 119+91+109=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B6D is #88A492. Grayscale: #656565. Windows color (decimal): -8955027 or 7166839. OLE color: 7166839.
HSL color Cylindrical-coordinate representation of color #775B6D: hue angle of 321.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B6D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 109 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.53 |
| HSL | 321.43º | 0.13% | 0.41% | - |
| HSV(B) | 321.43º | 0.24% | 0.47% | - |
| XYZ | 14.11 | 12.51 | 16.14 | - |
| YUV | 101.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 109 | 0 | 0.24 | 0.08 | 0.53 | 321.43 | 0.13 | 0.41 |
| Hex | 77 | 5B | 6D | 0 | 18 | 8 | 35 | 141 | D | 29 |
| Octal | 167 | 133 | 155 | 0 | 30 | 10 | 65 | 501 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1101101 | 0 | 11000 | 1000 | 110101 | 101000001 | 1101 | 101001 |
Color Harmonies of #775B6D
Complementary color
Monochromatic Colors of #775B6D
Black with #775B6D
Text Example
Text Example
White with #775B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B6D; }
p { color: rgb(119,91,109); }
H1.HeaderClassName
{
color: #775B6D;
}
.AnyTagClassName
{
color: #775B6D;
}
</style>
background-color css
<style>
a { background-color: #775B6D; }
a { background-color: rgb(119,91,109); }
div.DivClassName
{
background-color: #775B6D;
}
.BgClassName
{
background-color: #775B6D;
}
</style>
border-color css
<style>
span { border-color: #775B6D; }
span { border-color: rgb(119,91,109); }
td.TdClassName
{
border-color: #775B6D;
}
.TagClassName
{
border-color: #775B6D;
}
</style>