Html Css Color HEX #A47F78 Hemp

📋 copy color: '#A47F78'

red 164 ◦ green 127 ◦ blue 120

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

Shades of Hemp #A47F78

Tints of Hemp #A47F78

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 39.9%
G = 30.9%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47F78 (or 0xA47F78) is known color: Hemp. HEX triplet: A4, 7F and 78. RGB value is (164,127,120). Sum of RGB (Red+Green+Blue) = 164+127+120=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F78 is #5B8087. Grayscale: #898989. Windows color (decimal): -5996680 or 7896996. OLE color: 7896996.

HSL color Cylindrical-coordinate representation of color #A47F78: hue angle of 9.55º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47F78 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 120 -
CMYK 0 0.23 0.27 0.36
HSL 9.55º 0.19% 0.56% -
HSV(B) 9.55º 0.27% 0.64% -
XYZ 26.29 24.43 21.1 -
YUV 137.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 164 127 120 0 0.23 0.27 0.36 9.55 0.19 0.56
Hex A4 7F 78 0 17 1B 24 A 13 38
Octal 244 177 170 0 27 33 44 12 23 70
Binary 10100100 1111111 1111000 0 10111 11011 100100 1010 10011 111000

Color Harmonies of #A47F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F78

Black with #A47F78

Text Example


Text Example

White with #A47F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F78; }

 p { color: rgb(164,127,120); }

 H1.HeaderClassName
 {
   color: #A47F78;
 }
 .AnyTagClassName
 {
   color: #A47F78;
 }
</style>

background-color css

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

 a { background-color: rgb(164,127,120); }

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

border-color css

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

 span { border-color: rgb(164,127,120); }

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