Shades of Salt Box #775C6E
Tints of Salt Box #775C6E
RGB
CMYK
RGB Variations
Color information
#775C6E (or 0x775C6E) is known color: Salt Box. HEX triplet: 77, 5C and 6E. RGB value is (119,92,110). Sum of RGB (Red+Green+Blue) = 119+92+110=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6E is #88A391. Grayscale: #666666. Windows color (decimal): -8954770 or 7232631. OLE color: 7232631.
HSL color Cylindrical-coordinate representation of color #775C6E: hue angle of 320º 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 #775C6E is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 110 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.53 |
| HSL | 320º | 0.13% | 0.41% | - |
| HSV(B) | 320º | 0.23% | 0.47% | - |
| XYZ | 14.25 | 12.7 | 16.45 | - |
| YUV | 102.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 110 | 0 | 0.23 | 0.08 | 0.53 | 320 | 0.13 | 0.41 |
| Hex | 77 | 5C | 6E | 0 | 17 | 8 | 35 | 140 | D | 29 |
| Octal | 167 | 134 | 156 | 0 | 27 | 10 | 65 | 500 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1101110 | 0 | 10111 | 1000 | 110101 | 101000000 | 1101 | 101001 |
Color Harmonies of #775C6E
Complementary color
Monochromatic Colors of #775C6E
Black with #775C6E
Text Example
Text Example
White with #775C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C6E; }
p { color: rgb(119,92,110); }
H1.HeaderClassName
{
color: #775C6E;
}
.AnyTagClassName
{
color: #775C6E;
}
</style>
background-color css
<style>
a { background-color: #775C6E; }
a { background-color: rgb(119,92,110); }
div.DivClassName
{
background-color: #775C6E;
}
.BgClassName
{
background-color: #775C6E;
}
</style>
border-color css
<style>
span { border-color: #775C6E; }
span { border-color: rgb(119,92,110); }
td.TdClassName
{
border-color: #775C6E;
}
.TagClassName
{
border-color: #775C6E;
}
</style>