Shades of Hemp #927E79
Tints of Hemp #927E79
RGB
CMYK
RGB Variations
Color information
#927E79 (or 0x927E79) is known color: Hemp. HEX triplet: 92, 7E and 79. RGB value is (146,126,121). Sum of RGB (Red+Green+Blue) = 146+126+121=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #927E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E79 is #6D8186. Grayscale: #838383. Windows color (decimal): -7176583 or 7962258. OLE color: 7962258.
HSL color Cylindrical-coordinate representation of color #927E79: hue angle of 12º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #927E79 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 121 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.43 |
| HSL | 12º | 0.1% | 0.52% | - |
| HSV(B) | 12º | 0.17% | 0.57% | - |
| XYZ | 22.77 | 22.41 | 21.22 | - |
| YUV | 131.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 121 | 0 | 0.14 | 0.17 | 0.43 | 12 | 0.1 | 0.52 |
| Hex | 92 | 7E | 79 | 0 | E | 11 | 2B | C | A | 34 |
| Octal | 222 | 176 | 171 | 0 | 16 | 21 | 53 | 14 | 12 | 64 |
| Binary | 10010010 | 1111110 | 1111001 | 0 | 1110 | 10001 | 101011 | 1100 | 1010 | 110100 |
Color Harmonies of #927E79
Complementary color
Monochromatic Colors of #927E79
Black with #927E79
Text Example
Text Example
White with #927E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E79; }
p { color: rgb(146,126,121); }
H1.HeaderClassName
{
color: #927E79;
}
.AnyTagClassName
{
color: #927E79;
}
</style>
background-color css
<style>
a { background-color: #927E79; }
a { background-color: rgb(146,126,121); }
div.DivClassName
{
background-color: #927E79;
}
.BgClassName
{
background-color: #927E79;
}
</style>
border-color css
<style>
span { border-color: #927E79; }
span { border-color: rgb(146,126,121); }
td.TdClassName
{
border-color: #927E79;
}
.TagClassName
{
border-color: #927E79;
}
</style>