Shades of Hemp #927C78
Tints of Hemp #927C78
RGB
CMYK
RGB Variations
Color information
#927C78 (or 0x927C78) is known color: Hemp. HEX triplet: 92, 7C and 78. RGB value is (146,124,120). Sum of RGB (Red+Green+Blue) = 146+124+120=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C78 is #6D8387. Grayscale: #828282. Windows color (decimal): -7177096 or 7896210. OLE color: 7896210.
HSL color Cylindrical-coordinate representation of color #927C78: hue angle of 9.23º 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 #927C78 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 120 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.43 |
| HSL | 9.23º | 0.11% | 0.52% | - |
| HSV(B) | 9.23º | 0.18% | 0.57% | - |
| XYZ | 22.45 | 21.88 | 20.81 | - |
| YUV | 130.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 120 | 0 | 0.15 | 0.18 | 0.43 | 9.23 | 0.11 | 0.52 |
| Hex | 92 | 7C | 78 | 0 | F | 12 | 2B | 9 | B | 34 |
| Octal | 222 | 174 | 170 | 0 | 17 | 22 | 53 | 11 | 13 | 64 |
| Binary | 10010010 | 1111100 | 1111000 | 0 | 1111 | 10010 | 101011 | 1001 | 1011 | 110100 |
Color Harmonies of #927C78
Complementary color
Monochromatic Colors of #927C78
Black with #927C78
Text Example
Text Example
White with #927C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C78; }
p { color: rgb(146,124,120); }
H1.HeaderClassName
{
color: #927C78;
}
.AnyTagClassName
{
color: #927C78;
}
</style>
background-color css
<style>
a { background-color: #927C78; }
a { background-color: rgb(146,124,120); }
div.DivClassName
{
background-color: #927C78;
}
.BgClassName
{
background-color: #927C78;
}
</style>
border-color css
<style>
span { border-color: #927C78; }
span { border-color: rgb(146,124,120); }
td.TdClassName
{
border-color: #927C78;
}
.TagClassName
{
border-color: #927C78;
}
</style>