Shades of Hemp #917B72
Tints of Hemp #917B72
RGB
CMYK
RGB Variations
Color information
#917B72 (or 0x917B72) is known color: Hemp. HEX triplet: 91, 7B and 72. RGB value is (145,123,114). Sum of RGB (Red+Green+Blue) = 145+123+114=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B72 is #6E848D. Grayscale: #808080. Windows color (decimal): -7242894 or 7502737. OLE color: 7502737.
HSL color Cylindrical-coordinate representation of color #917B72: hue angle of 17.42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917B72 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 114 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.43 |
| HSL | 17.42º | 0.12% | 0.51% | - |
| HSV(B) | 17.42º | 0.21% | 0.57% | - |
| XYZ | 21.8 | 21.4 | 18.9 | - |
| YUV | 128.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 114 | 0 | 0.15 | 0.21 | 0.43 | 17.42 | 0.12 | 0.51 |
| Hex | 91 | 7B | 72 | 0 | F | 15 | 2B | 11 | C | 33 |
| Octal | 221 | 173 | 162 | 0 | 17 | 25 | 53 | 21 | 14 | 63 |
| Binary | 10010001 | 1111011 | 1110010 | 0 | 1111 | 10101 | 101011 | 10001 | 1100 | 110011 |
Color Harmonies of #917B72
Complementary color
Monochromatic Colors of #917B72
Black with #917B72
Text Example
Text Example
White with #917B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B72; }
p { color: rgb(145,123,114); }
H1.HeaderClassName
{
color: #917B72;
}
.AnyTagClassName
{
color: #917B72;
}
</style>
background-color css
<style>
a { background-color: #917B72; }
a { background-color: rgb(145,123,114); }
div.DivClassName
{
background-color: #917B72;
}
.BgClassName
{
background-color: #917B72;
}
</style>
border-color css
<style>
span { border-color: #917B72; }
span { border-color: rgb(145,123,114); }
td.TdClassName
{
border-color: #917B72;
}
.TagClassName
{
border-color: #917B72;
}
</style>