#A77F70

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

Shades of Hemp #A77F70

Tints of Hemp #A77F70

Color information

#A77F70 (or 0xA77F70) is unknown color: approx Hemp. HEX triplet: A7, 7F and 70. RGB value is (167,127,112). Sum of RGB (Red+Green+Blue) = 167+127+112=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F70 is #58808F. Grayscale: #898989. Windows color (decimal): -5800080 or 7372711. OLE color: 7372711.

HSL color Cylindrical-coordinate representation of color #A77F70: hue angle of 16.36º 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 #A77F70 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167127112-
CMYK00.240.330.35
HSL16.36º23.81%54.71%-
HSV(B)16.36º32.93%65.49%-
XYZ26.4524.5618.68-
YUV137.25113.75149.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=41.13%
G=31.28%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712711200.240.330.3516.3623.8154.71
HexA77F700182123101837
Octal2471771600304143203067
Binary10100111111111111100000110001000011000111000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F70; }

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

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

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

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

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

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

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

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