Shades of Hemp #927E78
Tints of Hemp #927E78
RGB
CMYK
RGB Variations
Color information
#927E78 (or 0x927E78) is known color: Hemp. HEX triplet: 92, 7E and 78. RGB value is (146,126,120). Sum of RGB (Red+Green+Blue) = 146+126+120=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E78 is #6D8187. Grayscale: #838383. Windows color (decimal): -7176584 or 7896722. OLE color: 7896722.
HSL color Cylindrical-coordinate representation of color #927E78: hue angle of 13.85º 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 #927E78 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 120 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.43 |
| HSL | 13.85º | 0.11% | 0.52% | - |
| HSV(B) | 13.85º | 0.18% | 0.57% | - |
| XYZ | 22.71 | 22.39 | 20.89 | - |
| YUV | 131.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 120 | 0 | 0.14 | 0.18 | 0.43 | 13.85 | 0.11 | 0.52 |
| Hex | 92 | 7E | 78 | 0 | E | 12 | 2B | E | B | 34 |
| Octal | 222 | 176 | 170 | 0 | 16 | 22 | 53 | 16 | 13 | 64 |
| Binary | 10010010 | 1111110 | 1111000 | 0 | 1110 | 10010 | 101011 | 1110 | 1011 | 110100 |
Color Harmonies of #927E78
Complementary color
Monochromatic Colors of #927E78
Black with #927E78
Text Example
Text Example
White with #927E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E78; }
p { color: rgb(146,126,120); }
H1.HeaderClassName
{
color: #927E78;
}
.AnyTagClassName
{
color: #927E78;
}
</style>
background-color css
<style>
a { background-color: #927E78; }
a { background-color: rgb(146,126,120); }
div.DivClassName
{
background-color: #927E78;
}
.BgClassName
{
background-color: #927E78;
}
</style>
border-color css
<style>
span { border-color: #927E78; }
span { border-color: rgb(146,126,120); }
td.TdClassName
{
border-color: #927E78;
}
.TagClassName
{
border-color: #927E78;
}
</style>