Shades of Hemp #977C6C
Tints of Hemp #977C6C
RGB
CMYK
RGB Variations
Color information
#977C6C (or 0x977C6C) is known color: Hemp. HEX triplet: 97, 7C and 6C. RGB value is (151,124,108). Sum of RGB (Red+Green+Blue) = 151+124+108=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #977C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C6C is #688393. Grayscale: #828282. Windows color (decimal): -6849428 or 7109783. OLE color: 7109783.
HSL color Cylindrical-coordinate representation of color #977C6C: hue angle of 22.33º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #977C6C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 108 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.41 |
| HSL | 22.33º | 0.17% | 0.51% | - |
| HSV(B) | 22.33º | 0.28% | 0.59% | - |
| XYZ | 22.68 | 22.08 | 17.25 | - |
| YUV | 130.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 108 | 0 | 0.18 | 0.28 | 0.41 | 22.33 | 0.17 | 0.51 |
| Hex | 97 | 7C | 6C | 0 | 12 | 1C | 29 | 16 | 11 | 33 |
| Octal | 227 | 174 | 154 | 0 | 22 | 34 | 51 | 26 | 21 | 63 |
| Binary | 10010111 | 1111100 | 1101100 | 0 | 10010 | 11100 | 101001 | 10110 | 10001 | 110011 |
Color Harmonies of #977C6C
Complementary color
Monochromatic Colors of #977C6C
Black with #977C6C
Text Example
Text Example
White with #977C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C6C; }
p { color: rgb(151,124,108); }
H1.HeaderClassName
{
color: #977C6C;
}
.AnyTagClassName
{
color: #977C6C;
}
</style>
background-color css
<style>
a { background-color: #977C6C; }
a { background-color: rgb(151,124,108); }
div.DivClassName
{
background-color: #977C6C;
}
.BgClassName
{
background-color: #977C6C;
}
</style>
border-color css
<style>
span { border-color: #977C6C; }
span { border-color: rgb(151,124,108); }
td.TdClassName
{
border-color: #977C6C;
}
.TagClassName
{
border-color: #977C6C;
}
</style>