Html Css Color HEX #A07C76 Hemp

📋 copy color: '#A07C76'

red 160 ◦ green 124 ◦ blue 118

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

Shades of Hemp #A07C76

Tints of Hemp #A07C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 39.8%
G = 30.85%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A07C76 (or 0xA07C76) is known color: Hemp. HEX triplet: A0, 7C and 76. RGB value is (160,124,118). Sum of RGB (Red+Green+Blue) = 160+124+118=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C76 is #5F8389. Grayscale: #868686. Windows color (decimal): -6259594 or 7765152. OLE color: 7765152.

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

Color convert

RGB 160 124 118 -
CMYK 0 0.22 0.26 0.37
HSL 8.57º 0.18% 0.55% -
HSV(B) 8.57º 0.26% 0.63% -
XYZ 24.97 23.2 20.3 -
YUV 134.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 160 124 118 0 0.22 0.26 0.37 8.57 0.18 0.55
Hex A0 7C 76 0 16 1A 25 9 12 37
Octal 240 174 166 0 26 32 45 11 22 67
Binary 10100000 1111100 1110110 0 10110 11010 100101 1001 10010 110111

Color Harmonies of #A07C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C76

Black with #A07C76

Text Example


Text Example

White with #A07C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C76; }

 p { color: rgb(160,124,118); }

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

background-color css

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

 a { background-color: rgb(160,124,118); }

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

border-color css

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

 span { border-color: rgb(160,124,118); }

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