Shades of Salt Box #775C6D
Tints of Salt Box #775C6D
RGB
CMYK
RGB Variations
Color information
#775C6D (or 0x775C6D) is known color: Salt Box. HEX triplet: 77, 5C and 6D. RGB value is (119,92,109). Sum of RGB (Red+Green+Blue) = 119+92+109=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6D is #88A392. Grayscale: #656565. Windows color (decimal): -8954771 or 7167095. OLE color: 7167095.
HSL color Cylindrical-coordinate representation of color #775C6D: hue angle of 322.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C6D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 109 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.53 |
| HSL | 322.22º | 0.13% | 0.41% | - |
| HSV(B) | 322.22º | 0.23% | 0.47% | - |
| XYZ | 14.2 | 12.68 | 16.17 | - |
| YUV | 102.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 109 | 0 | 0.23 | 0.08 | 0.53 | 322.22 | 0.13 | 0.41 |
| Hex | 77 | 5C | 6D | 0 | 17 | 8 | 35 | 142 | D | 29 |
| Octal | 167 | 134 | 155 | 0 | 27 | 10 | 65 | 502 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1101101 | 0 | 10111 | 1000 | 110101 | 101000010 | 1101 | 101001 |
Color Harmonies of #775C6D
Complementary color
Monochromatic Colors of #775C6D
Black with #775C6D
Text Example
Text Example
White with #775C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C6D; }
p { color: rgb(119,92,109); }
H1.HeaderClassName
{
color: #775C6D;
}
.AnyTagClassName
{
color: #775C6D;
}
</style>
background-color css
<style>
a { background-color: #775C6D; }
a { background-color: rgb(119,92,109); }
div.DivClassName
{
background-color: #775C6D;
}
.BgClassName
{
background-color: #775C6D;
}
</style>
border-color css
<style>
span { border-color: #775C6D; }
span { border-color: rgb(119,92,109); }
td.TdClassName
{
border-color: #775C6D;
}
.TagClassName
{
border-color: #775C6D;
}
</style>