Html Css Color HEX #A07F78 Hemp

📋 copy color: '#A07F78'

red 160 ◦ green 127 ◦ blue 120

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

Shades of Hemp #A07F78

Tints of Hemp #A07F78

RGB

 RED value IS 160 (62.89% from 255) = 39.31%

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

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

R = 39.31%
G = 31.2%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07F78 (or 0xA07F78) is known color: Hemp. HEX triplet: A0, 7F and 78. RGB value is (160,127,120). Sum of RGB (Red+Green+Blue) = 160+127+120=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F78 is #5F8087. Grayscale: #888888. Windows color (decimal): -6258824 or 7896992. OLE color: 7896992.

HSL color Cylindrical-coordinate representation of color #A07F78: hue angle of 10.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07F78 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 120 -
CMYK 0 0.21 0.25 0.37
HSL 10.5º 0.17% 0.55% -
HSV(B) 10.5º 0.25% 0.63% -
XYZ 25.48 24.01 21.06 -
YUV 136.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 160 127 120 0 0.21 0.25 0.37 10.5 0.17 0.55
Hex A0 7F 78 0 15 19 25 A 11 37
Octal 240 177 170 0 25 31 45 12 21 67
Binary 10100000 1111111 1111000 0 10101 11001 100101 1010 10001 110111

Color Harmonies of #A07F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F78

Black with #A07F78

Text Example


Text Example

White with #A07F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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