Shades of Hemp #907C78
Tints of Hemp #907C78
RGB
CMYK
RGB Variations
Color information
#907C78 (or 0x907C78) is known color: Hemp. HEX triplet: 90, 7C and 78. RGB value is (144,124,120). Sum of RGB (Red+Green+Blue) = 144+124+120=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #907C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C78 is #6F8387. Grayscale: #818181. Windows color (decimal): -7308168 or 7896208. OLE color: 7896208.
HSL color Cylindrical-coordinate representation of color #907C78: hue angle of 10º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907C78 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 120 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.44 |
| HSL | 10º | 0.1% | 0.52% | - |
| HSV(B) | 10º | 0.17% | 0.56% | - |
| XYZ | 22.1 | 21.7 | 20.79 | - |
| YUV | 129.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 120 | 0 | 0.14 | 0.17 | 0.44 | 10 | 0.1 | 0.52 |
| Hex | 90 | 7C | 78 | 0 | E | 11 | 2C | A | A | 34 |
| Octal | 220 | 174 | 170 | 0 | 16 | 21 | 54 | 12 | 12 | 64 |
| Binary | 10010000 | 1111100 | 1111000 | 0 | 1110 | 10001 | 101100 | 1010 | 1010 | 110100 |
Color Harmonies of #907C78
Complementary color
Monochromatic Colors of #907C78
Black with #907C78
Text Example
Text Example
White with #907C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C78; }
p { color: rgb(144,124,120); }
H1.HeaderClassName
{
color: #907C78;
}
.AnyTagClassName
{
color: #907C78;
}
</style>
background-color css
<style>
a { background-color: #907C78; }
a { background-color: rgb(144,124,120); }
div.DivClassName
{
background-color: #907C78;
}
.BgClassName
{
background-color: #907C78;
}
</style>
border-color css
<style>
span { border-color: #907C78; }
span { border-color: rgb(144,124,120); }
td.TdClassName
{
border-color: #907C78;
}
.TagClassName
{
border-color: #907C78;
}
</style>