Shades of Hemp #95776C
Tints of Hemp #95776C
RGB
CMYK
RGB Variations
Color information
#95776C (or 0x95776C) is known color: Hemp. HEX triplet: 95, 77 and 6C. RGB value is (149,119,108). Sum of RGB (Red+Green+Blue) = 149+119+108=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776C is #6A8893. Grayscale: #7E7E7E. Windows color (decimal): -6981780 or 7108501. OLE color: 7108501.
HSL color Cylindrical-coordinate representation of color #95776C: hue angle of 16.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95776C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 108 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.42 |
| HSL | 16.1º | 0.16% | 0.5% | - |
| HSV(B) | 16.1º | 0.28% | 0.58% | - |
| XYZ | 21.7 | 20.67 | 17.03 | - |
| YUV | 126.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 108 | 0 | 0.20 | 0.28 | 0.42 | 16.1 | 0.16 | 0.5 |
| Hex | 95 | 77 | 6C | 0 | 14 | 1C | 2A | 10 | 10 | 32 |
| Octal | 225 | 167 | 154 | 0 | 24 | 34 | 52 | 20 | 20 | 62 |
| Binary | 10010101 | 1110111 | 1101100 | 0 | 10100 | 11100 | 101010 | 10000 | 10000 | 110010 |
Color Harmonies of #95776C
Complementary color
Monochromatic Colors of #95776C
Black with #95776C
Text Example
Text Example
White with #95776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95776C; }
p { color: rgb(149,119,108); }
H1.HeaderClassName
{
color: #95776C;
}
.AnyTagClassName
{
color: #95776C;
}
</style>
background-color css
<style>
a { background-color: #95776C; }
a { background-color: rgb(149,119,108); }
div.DivClassName
{
background-color: #95776C;
}
.BgClassName
{
background-color: #95776C;
}
</style>
border-color css
<style>
span { border-color: #95776C; }
span { border-color: rgb(149,119,108); }
td.TdClassName
{
border-color: #95776C;
}
.TagClassName
{
border-color: #95776C;
}
</style>