Shades of Hemp #967F7A
Tints of Hemp #967F7A
RGB
CMYK
RGB Variations
Color information
#967F7A (or 0x967F7A) is known color: Hemp. HEX triplet: 96, 7F and 7A. RGB value is (150,127,122). Sum of RGB (Red+Green+Blue) = 150+127+122=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7A is #698085. Grayscale: #858585. Windows color (decimal): -6914182 or 8028054. OLE color: 8028054.
HSL color Cylindrical-coordinate representation of color #967F7A: hue angle of 10.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967F7A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 122 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.41 |
| HSL | 10.71º | 0.12% | 0.53% | - |
| HSV(B) | 10.71º | 0.19% | 0.59% | - |
| XYZ | 23.68 | 23.07 | 21.62 | - |
| YUV | 133.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 122 | 0 | 0.15 | 0.19 | 0.41 | 10.71 | 0.12 | 0.53 |
| Hex | 96 | 7F | 7A | 0 | F | 13 | 29 | B | C | 35 |
| Octal | 226 | 177 | 172 | 0 | 17 | 23 | 51 | 13 | 14 | 65 |
| Binary | 10010110 | 1111111 | 1111010 | 0 | 1111 | 10011 | 101001 | 1011 | 1100 | 110101 |
Color Harmonies of #967F7A
Complementary color
Monochromatic Colors of #967F7A
Black with #967F7A
Text Example
Text Example
White with #967F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F7A; }
p { color: rgb(150,127,122); }
H1.HeaderClassName
{
color: #967F7A;
}
.AnyTagClassName
{
color: #967F7A;
}
</style>
background-color css
<style>
a { background-color: #967F7A; }
a { background-color: rgb(150,127,122); }
div.DivClassName
{
background-color: #967F7A;
}
.BgClassName
{
background-color: #967F7A;
}
</style>
border-color css
<style>
span { border-color: #967F7A; }
span { border-color: rgb(150,127,122); }
td.TdClassName
{
border-color: #967F7A;
}
.TagClassName
{
border-color: #967F7A;
}
</style>