Shades of Hemp #A37F77
Tints of Hemp #A37F77
RGB
CMYK
RGB Variations
Color information
#A37F77 (or 0xA37F77) is known color: Hemp. HEX triplet: A3, 7F and 77. RGB value is (163,127,119). Sum of RGB (Red+Green+Blue) = 163+127+119=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F77 is #5C8088. Grayscale: #888888. Windows color (decimal): -6062217 or 7831459. OLE color: 7831459.
HSL color Cylindrical-coordinate representation of color #A37F77: hue angle of 10.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37F77 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 119 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.36 |
| HSL | 10.91º | 0.19% | 0.55% | - |
| HSV(B) | 10.91º | 0.27% | 0.64% | - |
| XYZ | 26.02 | 24.3 | 20.77 | - |
| YUV | 136.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 119 | 0 | 0.22 | 0.27 | 0.36 | 10.91 | 0.19 | 0.55 |
| Hex | A3 | 7F | 77 | 0 | 16 | 1B | 24 | B | 13 | 37 |
| Octal | 243 | 177 | 167 | 0 | 26 | 33 | 44 | 13 | 23 | 67 |
| Binary | 10100011 | 1111111 | 1110111 | 0 | 10110 | 11011 | 100100 | 1011 | 10011 | 110111 |
Color Harmonies of #A37F77
Complementary color
Monochromatic Colors of #A37F77
Black with #A37F77
Text Example
Text Example
White with #A37F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F77; }
p { color: rgb(163,127,119); }
H1.HeaderClassName
{
color: #A37F77;
}
.AnyTagClassName
{
color: #A37F77;
}
</style>
background-color css
<style>
a { background-color: #A37F77; }
a { background-color: rgb(163,127,119); }
div.DivClassName
{
background-color: #A37F77;
}
.BgClassName
{
background-color: #A37F77;
}
</style>
border-color css
<style>
span { border-color: #A37F77; }
span { border-color: rgb(163,127,119); }
td.TdClassName
{
border-color: #A37F77;
}
.TagClassName
{
border-color: #A37F77;
}
</style>