Shades of Hemp #927D73
Tints of Hemp #927D73
RGB
CMYK
RGB Variations
Color information
#927D73 (or 0x927D73) is known color: Hemp. HEX triplet: 92, 7D and 73. RGB value is (146,125,115). Sum of RGB (Red+Green+Blue) = 146+125+115=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #927D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D73 is #6D828C. Grayscale: #828282. Windows color (decimal): -7176845 or 7568786. OLE color: 7568786.
HSL color Cylindrical-coordinate representation of color #927D73: hue angle of 19.35º 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 #927D73 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 115 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.43 |
| HSL | 19.35º | 0.12% | 0.51% | - |
| HSV(B) | 19.35º | 0.21% | 0.57% | - |
| XYZ | 22.28 | 22.02 | 19.29 | - |
| YUV | 130.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 115 | 0 | 0.14 | 0.21 | 0.43 | 19.35 | 0.12 | 0.51 |
| Hex | 92 | 7D | 73 | 0 | E | 15 | 2B | 13 | C | 33 |
| Octal | 222 | 175 | 163 | 0 | 16 | 25 | 53 | 23 | 14 | 63 |
| Binary | 10010010 | 1111101 | 1110011 | 0 | 1110 | 10101 | 101011 | 10011 | 1100 | 110011 |
Color Harmonies of #927D73
Complementary color
Monochromatic Colors of #927D73
Black with #927D73
Text Example
Text Example
White with #927D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D73; }
p { color: rgb(146,125,115); }
H1.HeaderClassName
{
color: #927D73;
}
.AnyTagClassName
{
color: #927D73;
}
</style>
background-color css
<style>
a { background-color: #927D73; }
a { background-color: rgb(146,125,115); }
div.DivClassName
{
background-color: #927D73;
}
.BgClassName
{
background-color: #927D73;
}
</style>
border-color css
<style>
span { border-color: #927D73; }
span { border-color: rgb(146,125,115); }
td.TdClassName
{
border-color: #927D73;
}
.TagClassName
{
border-color: #927D73;
}
</style>