Shades of Hemp #907F7B
Tints of Hemp #907F7B
RGB
CMYK
RGB Variations
Color information
#907F7B (or 0x907F7B) is known color: Hemp. HEX triplet: 90, 7F and 7B. RGB value is (144,127,123). Sum of RGB (Red+Green+Blue) = 144+127+123=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F7B is #6F8084. Grayscale: #838383. Windows color (decimal): -7307397 or 8093584. OLE color: 8093584.
HSL color Cylindrical-coordinate representation of color #907F7B: hue angle of 11.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907F7B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 123 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.44 |
| HSL | 11.43º | 0.09% | 0.52% | - |
| HSV(B) | 11.43º | 0.15% | 0.56% | - |
| XYZ | 22.67 | 22.54 | 21.89 | - |
| YUV | 131.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 123 | 0 | 0.12 | 0.15 | 0.44 | 11.43 | 0.09 | 0.52 |
| Hex | 90 | 7F | 7B | 0 | C | F | 2C | B | 9 | 34 |
| Octal | 220 | 177 | 173 | 0 | 14 | 17 | 54 | 13 | 11 | 64 |
| Binary | 10010000 | 1111111 | 1111011 | 0 | 1100 | 1111 | 101100 | 1011 | 1001 | 110100 |
Color Harmonies of #907F7B
Complementary color
Monochromatic Colors of #907F7B
Black with #907F7B
Text Example
Text Example
White with #907F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F7B; }
p { color: rgb(144,127,123); }
H1.HeaderClassName
{
color: #907F7B;
}
.AnyTagClassName
{
color: #907F7B;
}
</style>
background-color css
<style>
a { background-color: #907F7B; }
a { background-color: rgb(144,127,123); }
div.DivClassName
{
background-color: #907F7B;
}
.BgClassName
{
background-color: #907F7B;
}
</style>
border-color css
<style>
span { border-color: #907F7B; }
span { border-color: rgb(144,127,123); }
td.TdClassName
{
border-color: #907F7B;
}
.TagClassName
{
border-color: #907F7B;
}
</style>