Shades of Hemp #927D74
Tints of Hemp #927D74
RGB
CMYK
RGB Variations
Color information
#927D74 (or 0x927D74) is known color: Hemp. HEX triplet: 92, 7D and 74. RGB value is (146,125,116). Sum of RGB (Red+Green+Blue) = 146+125+116=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #927D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D74 is #6D828B. Grayscale: #828282. Windows color (decimal): -7176844 or 7634322. OLE color: 7634322.
HSL color Cylindrical-coordinate representation of color #927D74: hue angle of 18º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927D74 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 116 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.43 |
| HSL | 18º | 0.12% | 0.51% | - |
| HSV(B) | 18º | 0.21% | 0.57% | - |
| XYZ | 22.34 | 22.04 | 19.6 | - |
| YUV | 130.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 116 | 0 | 0.14 | 0.21 | 0.43 | 18 | 0.12 | 0.51 |
| Hex | 92 | 7D | 74 | 0 | E | 15 | 2B | 12 | C | 33 |
| Octal | 222 | 175 | 164 | 0 | 16 | 25 | 53 | 22 | 14 | 63 |
| Binary | 10010010 | 1111101 | 1110100 | 0 | 1110 | 10101 | 101011 | 10010 | 1100 | 110011 |
Color Harmonies of #927D74
Complementary color
Monochromatic Colors of #927D74
Black with #927D74
Text Example
Text Example
White with #927D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D74; }
p { color: rgb(146,125,116); }
H1.HeaderClassName
{
color: #927D74;
}
.AnyTagClassName
{
color: #927D74;
}
</style>
background-color css
<style>
a { background-color: #927D74; }
a { background-color: rgb(146,125,116); }
div.DivClassName
{
background-color: #927D74;
}
.BgClassName
{
background-color: #927D74;
}
</style>
border-color css
<style>
span { border-color: #927D74; }
span { border-color: rgb(146,125,116); }
td.TdClassName
{
border-color: #927D74;
}
.TagClassName
{
border-color: #927D74;
}
</style>