#A77D70

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

Shades of Hemp #A77D70

Tints of Hemp #A77D70

Color information

#A77D70 (or 0xA77D70) is unknown color: approx Hemp. HEX triplet: A7, 7D and 70. RGB value is (167,125,112). Sum of RGB (Red+Green+Blue) = 167+125+112=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D70 is #58828F. Grayscale: #888888. Windows color (decimal): -5800592 or 7372199. OLE color: 7372199.

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

Color convert

RGB167125112-
CMYK00.250.330.35
HSL14.18º23.81%54.71%-
HSV(B)14.18º32.93%65.49%-
XYZ26.1924.0518.59-
YUV136.08114.41150.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=41.34%
G=30.94%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712511200.250.330.3514.1823.8154.71
HexA77D700192123e1837
Octal2471751600314143163067
Binary1010011111111011110000011001100001100011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D70; }

 p { color: rgb(167,125,112); }

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

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

 a { background-color: rgb(167,125,112); }

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

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

 span { border-color: rgb(167,125,112); }

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