#A77F72

Color #A77F72 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A77F72

Tints of Hemp #A77F72

Color information

#A77F72 (or 0xA77F72) is unknown color: approx Hemp. HEX triplet: A7, 7F and 72. RGB value is (167,127,114). Sum of RGB (Red+Green+Blue) = 167+127+114=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F72 is #58808D. Grayscale: #898989. Windows color (decimal): -5800078 or 7503783. OLE color: 7503783.

HSL color Cylindrical-coordinate representation of color #A77F72: hue angle of 14.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77F72 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB167127114-
CMYK00.240.320.35
HSL14.72º23.14%55.1%-
HSV(B)14.72º31.74%65.49%-
XYZ26.5624.6119.27-
YUV137.48114.75149.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=40.93%
G=31.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712711400.240.320.3514.7223.1455.1
HexA77F720182023f1737
Octal2471771620304043172767
Binary1010011111111111110010011000100000100011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F72; }

 p { color: rgb(167,127,114); }

 H1.HeaderClassName
 {
   color: #A77F72;
 }
 .AnyTagClassName
 {
   color: #A77F72;
 }
</style>
background-color css

<style>
 a { background-color: #A77F72; }

 a { background-color: rgb(167,127,114); }

 div.DivClassName
 {
   background-color: #A77F72;
 }
 .BgClassName
 {
   background-color: #A77F72;
 }
</style>
border-color css

<style>
 span { border-color: #A77F72; }

 span { border-color: rgb(167,127,114); }

 td.TdClassName
 {
   border-color: #A77F72;
 }
 .TagClassName
 {
   border-color: #A77F72;
 }
</style>