Shades of Hemp #947F79
Tints of Hemp #947F79
RGB
CMYK
RGB Variations
Color information
#947F79 (or 0x947F79) is known color: Hemp. HEX triplet: 94, 7F and 79. RGB value is (148,127,121). Sum of RGB (Red+Green+Blue) = 148+127+121=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F79 is #6B8086. Grayscale: #848484. Windows color (decimal): -7045255 or 7962516. OLE color: 7962516.
HSL color Cylindrical-coordinate representation of color #947F79: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947F79 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 121 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.42 |
| HSL | 13.33º | 0.11% | 0.53% | - |
| HSV(B) | 13.33º | 0.18% | 0.58% | - |
| XYZ | 23.25 | 22.86 | 21.28 | - |
| YUV | 132.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 121 | 0 | 0.14 | 0.18 | 0.42 | 13.33 | 0.11 | 0.53 |
| Hex | 94 | 7F | 79 | 0 | E | 12 | 2A | D | B | 35 |
| Octal | 224 | 177 | 171 | 0 | 16 | 22 | 52 | 15 | 13 | 65 |
| Binary | 10010100 | 1111111 | 1111001 | 0 | 1110 | 10010 | 101010 | 1101 | 1011 | 110101 |
Color Harmonies of #947F79
Complementary color
Monochromatic Colors of #947F79
Black with #947F79
Text Example
Text Example
White with #947F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F79; }
p { color: rgb(148,127,121); }
H1.HeaderClassName
{
color: #947F79;
}
.AnyTagClassName
{
color: #947F79;
}
</style>
background-color css
<style>
a { background-color: #947F79; }
a { background-color: rgb(148,127,121); }
div.DivClassName
{
background-color: #947F79;
}
.BgClassName
{
background-color: #947F79;
}
</style>
border-color css
<style>
span { border-color: #947F79; }
span { border-color: rgb(148,127,121); }
td.TdClassName
{
border-color: #947F79;
}
.TagClassName
{
border-color: #947F79;
}
</style>