Shades of Hemp #957D77
Tints of Hemp #957D77
RGB
CMYK
RGB Variations
Color information
#957D77 (or 0x957D77) is known color: Hemp. HEX triplet: 95, 7D and 77. RGB value is (149,125,119). Sum of RGB (Red+Green+Blue) = 149+125+119=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D77 is #6A8288. Grayscale: #838383. Windows color (decimal): -6980233 or 7830933. OLE color: 7830933.
HSL color Cylindrical-coordinate representation of color #957D77: hue angle of 12º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957D77 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 119 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.42 |
| HSL | 12º | 0.12% | 0.53% | - |
| HSV(B) | 12º | 0.2% | 0.58% | - |
| XYZ | 23.06 | 22.39 | 20.56 | - |
| YUV | 131.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 119 | 0 | 0.16 | 0.20 | 0.42 | 12 | 0.12 | 0.53 |
| Hex | 95 | 7D | 77 | 0 | 10 | 14 | 2A | C | C | 35 |
| Octal | 225 | 175 | 167 | 0 | 20 | 24 | 52 | 14 | 14 | 65 |
| Binary | 10010101 | 1111101 | 1110111 | 0 | 10000 | 10100 | 101010 | 1100 | 1100 | 110101 |
Color Harmonies of #957D77
Complementary color
Monochromatic Colors of #957D77
Black with #957D77
Text Example
Text Example
White with #957D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D77; }
p { color: rgb(149,125,119); }
H1.HeaderClassName
{
color: #957D77;
}
.AnyTagClassName
{
color: #957D77;
}
</style>
background-color css
<style>
a { background-color: #957D77; }
a { background-color: rgb(149,125,119); }
div.DivClassName
{
background-color: #957D77;
}
.BgClassName
{
background-color: #957D77;
}
</style>
border-color css
<style>
span { border-color: #957D77; }
span { border-color: rgb(149,125,119); }
td.TdClassName
{
border-color: #957D77;
}
.TagClassName
{
border-color: #957D77;
}
</style>