Shades of Hemp #947F77
Tints of Hemp #947F77
RGB
CMYK
RGB Variations
Color information
#947F77 (or 0x947F77) is known color: Hemp. HEX triplet: 94, 7F and 77. RGB value is (148,127,119). Sum of RGB (Red+Green+Blue) = 148+127+119=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #947F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F77 is #6B8088. Grayscale: #848484. Windows color (decimal): -7045257 or 7831444. OLE color: 7831444.
HSL color Cylindrical-coordinate representation of color #947F77: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947F77 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 119 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.42 |
| HSL | 16.55º | 0.12% | 0.52% | - |
| HSV(B) | 16.55º | 0.2% | 0.58% | - |
| XYZ | 23.13 | 22.81 | 20.64 | - |
| YUV | 132.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 119 | 0 | 0.14 | 0.20 | 0.42 | 16.55 | 0.12 | 0.52 |
| Hex | 94 | 7F | 77 | 0 | E | 14 | 2A | 11 | C | 34 |
| Octal | 224 | 177 | 167 | 0 | 16 | 24 | 52 | 21 | 14 | 64 |
| Binary | 10010100 | 1111111 | 1110111 | 0 | 1110 | 10100 | 101010 | 10001 | 1100 | 110100 |
Color Harmonies of #947F77
Complementary color
Monochromatic Colors of #947F77
Black with #947F77
Text Example
Text Example
White with #947F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F77; }
p { color: rgb(148,127,119); }
H1.HeaderClassName
{
color: #947F77;
}
.AnyTagClassName
{
color: #947F77;
}
</style>
background-color css
<style>
a { background-color: #947F77; }
a { background-color: rgb(148,127,119); }
div.DivClassName
{
background-color: #947F77;
}
.BgClassName
{
background-color: #947F77;
}
</style>
border-color css
<style>
span { border-color: #947F77; }
span { border-color: rgb(148,127,119); }
td.TdClassName
{
border-color: #947F77;
}
.TagClassName
{
border-color: #947F77;
}
</style>