Shades of Hemp #9C7F7A
Tints of Hemp #9C7F7A
RGB
CMYK
RGB Variations
Color information
#9C7F7A (or 0x9C7F7A) is known color: Hemp. HEX triplet: 9C, 7F and 7A. RGB value is (156,127,122). Sum of RGB (Red+Green+Blue) = 156+127+122=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F7A is #638085. Grayscale: #878787. Windows color (decimal): -6520966 or 8028060. OLE color: 8028060.
HSL color Cylindrical-coordinate representation of color #9C7F7A: hue angle of 8.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7F7A is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 122 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.39 |
| HSL | 8.82º | 0.15% | 0.55% | - |
| HSV(B) | 8.82º | 0.22% | 0.61% | - |
| XYZ | 24.81 | 23.65 | 21.67 | - |
| YUV | 135.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 122 | 0 | 0.19 | 0.22 | 0.39 | 8.82 | 0.15 | 0.55 |
| Hex | 9C | 7F | 7A | 0 | 13 | 16 | 27 | 9 | F | 37 |
| Octal | 234 | 177 | 172 | 0 | 23 | 26 | 47 | 11 | 17 | 67 |
| Binary | 10011100 | 1111111 | 1111010 | 0 | 10011 | 10110 | 100111 | 1001 | 1111 | 110111 |
Color Harmonies of #9C7F7A
Complementary color
Monochromatic Colors of #9C7F7A
Black with #9C7F7A
Text Example
Text Example
White with #9C7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F7A; }
p { color: rgb(156,127,122); }
H1.HeaderClassName
{
color: #9C7F7A;
}
.AnyTagClassName
{
color: #9C7F7A;
}
</style>
background-color css
<style>
a { background-color: #9C7F7A; }
a { background-color: rgb(156,127,122); }
div.DivClassName
{
background-color: #9C7F7A;
}
.BgClassName
{
background-color: #9C7F7A;
}
</style>
border-color css
<style>
span { border-color: #9C7F7A; }
span { border-color: rgb(156,127,122); }
td.TdClassName
{
border-color: #9C7F7A;
}
.TagClassName
{
border-color: #9C7F7A;
}
</style>