Shades of Hemp #917F7B
Tints of Hemp #917F7B
RGB
CMYK
RGB Variations
Color information
#917F7B (or 0x917F7B) is known color: Hemp. HEX triplet: 91, 7F and 7B. RGB value is (145,127,123). Sum of RGB (Red+Green+Blue) = 145+127+123=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7B is #6E8084. Grayscale: #838383. Windows color (decimal): -7241861 or 8093585. OLE color: 8093585.
HSL color Cylindrical-coordinate representation of color #917F7B: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917F7B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 123 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.43 |
| HSL | 10.91º | 0.09% | 0.53% | - |
| HSV(B) | 10.91º | 0.15% | 0.57% | - |
| XYZ | 22.84 | 22.63 | 21.9 | - |
| YUV | 131.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 123 | 0 | 0.12 | 0.15 | 0.43 | 10.91 | 0.09 | 0.53 |
| Hex | 91 | 7F | 7B | 0 | C | F | 2B | B | 9 | 35 |
| Octal | 221 | 177 | 173 | 0 | 14 | 17 | 53 | 13 | 11 | 65 |
| Binary | 10010001 | 1111111 | 1111011 | 0 | 1100 | 1111 | 101011 | 1011 | 1001 | 110101 |
Color Harmonies of #917F7B
Complementary color
Monochromatic Colors of #917F7B
Black with #917F7B
Text Example
Text Example
White with #917F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F7B; }
p { color: rgb(145,127,123); }
H1.HeaderClassName
{
color: #917F7B;
}
.AnyTagClassName
{
color: #917F7B;
}
</style>
background-color css
<style>
a { background-color: #917F7B; }
a { background-color: rgb(145,127,123); }
div.DivClassName
{
background-color: #917F7B;
}
.BgClassName
{
background-color: #917F7B;
}
</style>
border-color css
<style>
span { border-color: #917F7B; }
span { border-color: rgb(145,127,123); }
td.TdClassName
{
border-color: #917F7B;
}
.TagClassName
{
border-color: #917F7B;
}
</style>