Shades of Hemp #947D74
Tints of Hemp #947D74
RGB
CMYK
RGB Variations
Color information
#947D74 (or 0x947D74) is known color: Hemp. HEX triplet: 94, 7D and 74. RGB value is (148,125,116). Sum of RGB (Red+Green+Blue) = 148+125+116=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D74 is #6B828B. Grayscale: #828282. Windows color (decimal): -7045772 or 7634324. OLE color: 7634324.
HSL color Cylindrical-coordinate representation of color #947D74: hue angle of 16.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947D74 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 116 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.42 |
| HSL | 16.88º | 0.13% | 0.52% | - |
| HSV(B) | 16.88º | 0.22% | 0.58% | - |
| XYZ | 22.7 | 22.22 | 19.62 | - |
| YUV | 130.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 116 | 0 | 0.16 | 0.22 | 0.42 | 16.88 | 0.13 | 0.52 |
| Hex | 94 | 7D | 74 | 0 | 10 | 16 | 2A | 11 | D | 34 |
| Octal | 224 | 175 | 164 | 0 | 20 | 26 | 52 | 21 | 15 | 64 |
| Binary | 10010100 | 1111101 | 1110100 | 0 | 10000 | 10110 | 101010 | 10001 | 1101 | 110100 |
Color Harmonies of #947D74
Complementary color
Monochromatic Colors of #947D74
Black with #947D74
Text Example
Text Example
White with #947D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D74; }
p { color: rgb(148,125,116); }
H1.HeaderClassName
{
color: #947D74;
}
.AnyTagClassName
{
color: #947D74;
}
</style>
background-color css
<style>
a { background-color: #947D74; }
a { background-color: rgb(148,125,116); }
div.DivClassName
{
background-color: #947D74;
}
.BgClassName
{
background-color: #947D74;
}
</style>
border-color css
<style>
span { border-color: #947D74; }
span { border-color: rgb(148,125,116); }
td.TdClassName
{
border-color: #947D74;
}
.TagClassName
{
border-color: #947D74;
}
</style>