Html Css Color HEX #A77F72 Hemp

📋 copy color: '#A77F72'

red 167 ◦ green 127 ◦ blue 114

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

Shades of Hemp #A77F72

Tints of Hemp #A77F72

RGB

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

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

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

RGB 167 127 114 -
CMYK 0 0.24 0.32 0.35
HSL 14.72º 0.23% 0.55% -
HSV(B) 14.72º 0.32% 0.65% -
XYZ 26.56 24.61 19.27 -
YUV 137.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 167 127 114 0 0.24 0.32 0.35 14.72 0.23 0.55
Hex A7 7F 72 0 18 20 23 F 17 37
Octal 247 177 162 0 30 40 43 17 27 67
Binary 10100111 1111111 1110010 0 11000 100000 100011 1111 10111 110111

Color Harmonies of #A77F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F72

Black with #A77F72

Text Example


Text Example

White with #A77F72

Text Example


Text Example

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