Html Css Color HEX #A77F70 Hemp

📋 copy color: '#A77F70'

red 167 ◦ green 127 ◦ blue 112

#A77F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A77F70

Tints of Hemp #A77F70

RGB

 RED value IS 167 (65.63% 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 value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A77F70 (or 0xA77F70) is known color: 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

RGB 167 127 112 -
CMYK 0 0.24 0.33 0.35
HSL 16.36º 0.24% 0.55% -
HSV(B) 16.36º 0.33% 0.65% -
XYZ 26.45 24.56 18.68 -
YUV 137.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 167 127 112 0 0.24 0.33 0.35 16.36 0.24 0.55
Hex A7 7F 70 0 18 21 23 10 18 37
Octal 247 177 160 0 30 41 43 20 30 67
Binary 10100111 1111111 1110000 0 11000 100001 100011 10000 11000 110111

Color Harmonies of #A77F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F70

Black with #A77F70

Text Example


Text Example

White with #A77F70

Text Example


Text Example

HTML Codes & Css Web 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>