Shades of Hemp #957D72
Tints of Hemp #957D72
RGB
CMYK
RGB Variations
Color information
#957D72 (or 0x957D72) is known color: Hemp. HEX triplet: 95, 7D and 72. RGB value is (149,125,114). Sum of RGB (Red+Green+Blue) = 149+125+114=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D72 is #6A828D. Grayscale: #828282. Windows color (decimal): -6980238 or 7503253. OLE color: 7503253.
HSL color Cylindrical-coordinate representation of color #957D72: hue angle of 18.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957D72 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 114 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.42 |
| HSL | 18.86º | 0.14% | 0.52% | - |
| HSV(B) | 18.86º | 0.23% | 0.58% | - |
| XYZ | 22.77 | 22.27 | 19.02 | - |
| YUV | 130.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 114 | 0 | 0.16 | 0.23 | 0.42 | 18.86 | 0.14 | 0.52 |
| Hex | 95 | 7D | 72 | 0 | 10 | 17 | 2A | 13 | E | 34 |
| Octal | 225 | 175 | 162 | 0 | 20 | 27 | 52 | 23 | 16 | 64 |
| Binary | 10010101 | 1111101 | 1110010 | 0 | 10000 | 10111 | 101010 | 10011 | 1110 | 110100 |
Color Harmonies of #957D72
Complementary color
Monochromatic Colors of #957D72
Black with #957D72
Text Example
Text Example
White with #957D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D72; }
p { color: rgb(149,125,114); }
H1.HeaderClassName
{
color: #957D72;
}
.AnyTagClassName
{
color: #957D72;
}
</style>
background-color css
<style>
a { background-color: #957D72; }
a { background-color: rgb(149,125,114); }
div.DivClassName
{
background-color: #957D72;
}
.BgClassName
{
background-color: #957D72;
}
</style>
border-color css
<style>
span { border-color: #957D72; }
span { border-color: rgb(149,125,114); }
td.TdClassName
{
border-color: #957D72;
}
.TagClassName
{
border-color: #957D72;
}
</style>