Shades of Hemp #947D72
Tints of Hemp #947D72
RGB
CMYK
RGB Variations
Color information
#947D72 (or 0x947D72) is known color: Hemp. HEX triplet: 94, 7D and 72. RGB value is (148,125,114). Sum of RGB (Red+Green+Blue) = 148+125+114=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D72 is #6B828D. Grayscale: #828282. Windows color (decimal): -7045774 or 7503252. OLE color: 7503252.
HSL color Cylindrical-coordinate representation of color #947D72: hue angle of 19.41º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947D72 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 114 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.42 |
| HSL | 19.41º | 0.14% | 0.51% | - |
| HSV(B) | 19.41º | 0.23% | 0.58% | - |
| XYZ | 22.58 | 22.18 | 19.01 | - |
| YUV | 130.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 114 | 0 | 0.16 | 0.23 | 0.42 | 19.41 | 0.14 | 0.51 |
| Hex | 94 | 7D | 72 | 0 | 10 | 17 | 2A | 13 | E | 33 |
| Octal | 224 | 175 | 162 | 0 | 20 | 27 | 52 | 23 | 16 | 63 |
| Binary | 10010100 | 1111101 | 1110010 | 0 | 10000 | 10111 | 101010 | 10011 | 1110 | 110011 |
Color Harmonies of #947D72
Complementary color
Monochromatic Colors of #947D72
Black with #947D72
Text Example
Text Example
White with #947D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D72; }
p { color: rgb(148,125,114); }
H1.HeaderClassName
{
color: #947D72;
}
.AnyTagClassName
{
color: #947D72;
}
</style>
background-color css
<style>
a { background-color: #947D72; }
a { background-color: rgb(148,125,114); }
div.DivClassName
{
background-color: #947D72;
}
.BgClassName
{
background-color: #947D72;
}
</style>
border-color css
<style>
span { border-color: #947D72; }
span { border-color: rgb(148,125,114); }
td.TdClassName
{
border-color: #947D72;
}
.TagClassName
{
border-color: #947D72;
}
</style>