Shades of Salt Box #794E6E
Tints of Salt Box #794E6E
RGB
CMYK
RGB Variations
Color information
#794E6E (or 0x794E6E) is known color: Salt Box. HEX triplet: 79, 4E and 6E. RGB value is (121,78,110). Sum of RGB (Red+Green+Blue) = 121+78+110=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #794E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E6E is #86B191. Grayscale: #5E5E5E. Windows color (decimal): -8827282 or 7229049. OLE color: 7229049.
HSL color Cylindrical-coordinate representation of color #794E6E: hue angle of 315.35º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794E6E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 110 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.53 |
| HSL | 315.35º | 0.22% | 0.39% | - |
| HSV(B) | 315.35º | 0.36% | 0.47% | - |
| XYZ | 13.42 | 10.64 | 16.1 | - |
| YUV | 94.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 110 | 0 | 0.36 | 0.09 | 0.53 | 315.35 | 0.22 | 0.39 |
| Hex | 79 | 4E | 6E | 0 | 24 | 9 | 35 | 13B | 16 | 27 |
| Octal | 171 | 116 | 156 | 0 | 44 | 11 | 65 | 473 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1101110 | 0 | 100100 | 1001 | 110101 | 100111011 | 10110 | 100111 |
Color Harmonies of #794E6E
Complementary color
Monochromatic Colors of #794E6E
Black with #794E6E
Text Example
Text Example
White with #794E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E6E; }
p { color: rgb(121,78,110); }
H1.HeaderClassName
{
color: #794E6E;
}
.AnyTagClassName
{
color: #794E6E;
}
</style>
background-color css
<style>
a { background-color: #794E6E; }
a { background-color: rgb(121,78,110); }
div.DivClassName
{
background-color: #794E6E;
}
.BgClassName
{
background-color: #794E6E;
}
</style>
border-color css
<style>
span { border-color: #794E6E; }
span { border-color: rgb(121,78,110); }
td.TdClassName
{
border-color: #794E6E;
}
.TagClassName
{
border-color: #794E6E;
}
</style>