Shades of Hemp #977D74
Tints of Hemp #977D74
RGB
CMYK
RGB Variations
Color information
#977D74 (or 0x977D74) is known color: Hemp. HEX triplet: 97, 7D and 74. RGB value is (151,125,116). Sum of RGB (Red+Green+Blue) = 151+125+116=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #977D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D74 is #68828B. Grayscale: #838383. Windows color (decimal): -6849164 or 7634327. OLE color: 7634327.
HSL color Cylindrical-coordinate representation of color #977D74: hue angle of 15.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977D74 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 116 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.41 |
| HSL | 15.43º | 0.14% | 0.52% | - |
| HSV(B) | 15.43º | 0.23% | 0.59% | - |
| XYZ | 23.25 | 22.51 | 19.64 | - |
| YUV | 131.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 116 | 0 | 0.17 | 0.23 | 0.41 | 15.43 | 0.14 | 0.52 |
| Hex | 97 | 7D | 74 | 0 | 11 | 17 | 29 | F | E | 34 |
| Octal | 227 | 175 | 164 | 0 | 21 | 27 | 51 | 17 | 16 | 64 |
| Binary | 10010111 | 1111101 | 1110100 | 0 | 10001 | 10111 | 101001 | 1111 | 1110 | 110100 |
Color Harmonies of #977D74
Complementary color
Monochromatic Colors of #977D74
Black with #977D74
Text Example
Text Example
White with #977D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D74; }
p { color: rgb(151,125,116); }
H1.HeaderClassName
{
color: #977D74;
}
.AnyTagClassName
{
color: #977D74;
}
</style>
background-color css
<style>
a { background-color: #977D74; }
a { background-color: rgb(151,125,116); }
div.DivClassName
{
background-color: #977D74;
}
.BgClassName
{
background-color: #977D74;
}
</style>
border-color css
<style>
span { border-color: #977D74; }
span { border-color: rgb(151,125,116); }
td.TdClassName
{
border-color: #977D74;
}
.TagClassName
{
border-color: #977D74;
}
</style>