Shades of Hemp #927F7A
Tints of Hemp #927F7A
RGB
CMYK
RGB Variations
Color information
#927F7A (or 0x927F7A) is known color: Hemp. HEX triplet: 92, 7F and 7A. RGB value is (146,127,122). Sum of RGB (Red+Green+Blue) = 146+127+122=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7A is #6D8085. Grayscale: #848484. Windows color (decimal): -7176326 or 8028050. OLE color: 8028050.
HSL color Cylindrical-coordinate representation of color #927F7A: hue angle of 12.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927F7A is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 122 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.43 |
| HSL | 12.5º | 0.1% | 0.53% | - |
| HSV(B) | 12.5º | 0.16% | 0.57% | - |
| XYZ | 22.96 | 22.69 | 21.58 | - |
| YUV | 132.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 122 | 0 | 0.13 | 0.16 | 0.43 | 12.5 | 0.1 | 0.53 |
| Hex | 92 | 7F | 7A | 0 | D | 10 | 2B | C | A | 35 |
| Octal | 222 | 177 | 172 | 0 | 15 | 20 | 53 | 14 | 12 | 65 |
| Binary | 10010010 | 1111111 | 1111010 | 0 | 1101 | 10000 | 101011 | 1100 | 1010 | 110101 |
Color Harmonies of #927F7A
Complementary color
Monochromatic Colors of #927F7A
Black with #927F7A
Text Example
Text Example
White with #927F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F7A; }
p { color: rgb(146,127,122); }
H1.HeaderClassName
{
color: #927F7A;
}
.AnyTagClassName
{
color: #927F7A;
}
</style>
background-color css
<style>
a { background-color: #927F7A; }
a { background-color: rgb(146,127,122); }
div.DivClassName
{
background-color: #927F7A;
}
.BgClassName
{
background-color: #927F7A;
}
</style>
border-color css
<style>
span { border-color: #927F7A; }
span { border-color: rgb(146,127,122); }
td.TdClassName
{
border-color: #927F7A;
}
.TagClassName
{
border-color: #927F7A;
}
</style>