Shades of Hemp #917B77
Tints of Hemp #917B77
RGB
CMYK
RGB Variations
Color information
#917B77 (or 0x917B77) is known color: Hemp. HEX triplet: 91, 7B and 77. RGB value is (145,123,119). Sum of RGB (Red+Green+Blue) = 145+123+119=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #917B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B77 is #6E8488. Grayscale: #818181. Windows color (decimal): -7242889 or 7830417. OLE color: 7830417.
HSL color Cylindrical-coordinate representation of color #917B77: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917B77 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 119 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.43 |
| HSL | 9.23º | 0.11% | 0.52% | - |
| HSV(B) | 9.23º | 0.18% | 0.57% | - |
| XYZ | 22.09 | 21.52 | 20.44 | - |
| YUV | 129.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 119 | 0 | 0.15 | 0.18 | 0.43 | 9.23 | 0.11 | 0.52 |
| Hex | 91 | 7B | 77 | 0 | F | 12 | 2B | 9 | B | 34 |
| Octal | 221 | 173 | 167 | 0 | 17 | 22 | 53 | 11 | 13 | 64 |
| Binary | 10010001 | 1111011 | 1110111 | 0 | 1111 | 10010 | 101011 | 1001 | 1011 | 110100 |
Color Harmonies of #917B77
Complementary color
Monochromatic Colors of #917B77
Black with #917B77
Text Example
Text Example
White with #917B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B77; }
p { color: rgb(145,123,119); }
H1.HeaderClassName
{
color: #917B77;
}
.AnyTagClassName
{
color: #917B77;
}
</style>
background-color css
<style>
a { background-color: #917B77; }
a { background-color: rgb(145,123,119); }
div.DivClassName
{
background-color: #917B77;
}
.BgClassName
{
background-color: #917B77;
}
</style>
border-color css
<style>
span { border-color: #917B77; }
span { border-color: rgb(145,123,119); }
td.TdClassName
{
border-color: #917B77;
}
.TagClassName
{
border-color: #917B77;
}
</style>