Shades of Hemp #927D77
Tints of Hemp #927D77
RGB
CMYK
RGB Variations
Color information
#927D77 (or 0x927D77) is known color: Hemp. HEX triplet: 92, 7D and 77. RGB value is (146,125,119). Sum of RGB (Red+Green+Blue) = 146+125+119=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D77 is #6D8288. Grayscale: #828282. Windows color (decimal): -7176841 or 7830930. OLE color: 7830930.
HSL color Cylindrical-coordinate representation of color #927D77: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927D77 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 119 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.43 |
| HSL | 13.33º | 0.11% | 0.52% | - |
| HSV(B) | 13.33º | 0.18% | 0.57% | - |
| XYZ | 22.52 | 22.11 | 20.53 | - |
| YUV | 130.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 119 | 0 | 0.14 | 0.18 | 0.43 | 13.33 | 0.11 | 0.52 |
| Hex | 92 | 7D | 77 | 0 | E | 12 | 2B | D | B | 34 |
| Octal | 222 | 175 | 167 | 0 | 16 | 22 | 53 | 15 | 13 | 64 |
| Binary | 10010010 | 1111101 | 1110111 | 0 | 1110 | 10010 | 101011 | 1101 | 1011 | 110100 |
Color Harmonies of #927D77
Complementary color
Monochromatic Colors of #927D77
Black with #927D77
Text Example
Text Example
White with #927D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D77; }
p { color: rgb(146,125,119); }
H1.HeaderClassName
{
color: #927D77;
}
.AnyTagClassName
{
color: #927D77;
}
</style>
background-color css
<style>
a { background-color: #927D77; }
a { background-color: rgb(146,125,119); }
div.DivClassName
{
background-color: #927D77;
}
.BgClassName
{
background-color: #927D77;
}
</style>
border-color css
<style>
span { border-color: #927D77; }
span { border-color: rgb(146,125,119); }
td.TdClassName
{
border-color: #927D77;
}
.TagClassName
{
border-color: #927D77;
}
</style>