Shades of Hemp #95776E
Tints of Hemp #95776E
RGB
CMYK
RGB Variations
Color information
#95776E (or 0x95776E) is known color: Hemp. HEX triplet: 95, 77 and 6E. RGB value is (149,119,110). Sum of RGB (Red+Green+Blue) = 149+119+110=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776E is #6A8891. Grayscale: #7F7F7F. Windows color (decimal): -6981778 or 7239573. OLE color: 7239573.
HSL color Cylindrical-coordinate representation of color #95776E: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95776E is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 110 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.42 |
| HSL | 13.85º | 0.16% | 0.51% | - |
| HSV(B) | 13.85º | 0.26% | 0.58% | - |
| XYZ | 21.81 | 20.71 | 17.6 | - |
| YUV | 126.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 110 | 0 | 0.20 | 0.26 | 0.42 | 13.85 | 0.16 | 0.51 |
| Hex | 95 | 77 | 6E | 0 | 14 | 1A | 2A | E | 10 | 33 |
| Octal | 225 | 167 | 156 | 0 | 24 | 32 | 52 | 16 | 20 | 63 |
| Binary | 10010101 | 1110111 | 1101110 | 0 | 10100 | 11010 | 101010 | 1110 | 10000 | 110011 |
Color Harmonies of #95776E
Complementary color
Monochromatic Colors of #95776E
Black with #95776E
Text Example
Text Example
White with #95776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95776E; }
p { color: rgb(149,119,110); }
H1.HeaderClassName
{
color: #95776E;
}
.AnyTagClassName
{
color: #95776E;
}
</style>
background-color css
<style>
a { background-color: #95776E; }
a { background-color: rgb(149,119,110); }
div.DivClassName
{
background-color: #95776E;
}
.BgClassName
{
background-color: #95776E;
}
</style>
border-color css
<style>
span { border-color: #95776E; }
span { border-color: rgb(149,119,110); }
td.TdClassName
{
border-color: #95776E;
}
.TagClassName
{
border-color: #95776E;
}
</style>