#A77B70

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

Shades of Hemp #A77B70

Tints of Hemp #A77B70

Color information

#A77B70 (or 0xA77B70) is unknown color: approx Hemp. HEX triplet: A7, 7B and 70. RGB value is (167,123,112). Sum of RGB (Red+Green+Blue) = 167+123+112=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B70 is #58848F. Grayscale: #868686. Windows color (decimal): -5801104 or 7371687. OLE color: 7371687.

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

Color convert

RGB167123112-
CMYK00.260.330.35
HSL12º23.81%54.71%-
HSV(B)12º32.93%65.49%-
XYZ25.9423.5518.51-
YUV134.9115.08150.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=41.54%
G=30.60%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712311200.260.330.351223.8154.71
HexA77B7001A2123c1837
Octal2471731600324143143067
Binary1010011111110111110000011010100001100011110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B70; }

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

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

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

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

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

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

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

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