Html Css Color HEX #80A776 Amulet

📋 copy color: '#80A776'

red 128 ◦ green 167 ◦ blue 118

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

Shades of Amulet #80A776

Tints of Amulet #80A776

RGB

 RED value IS 128 (50.39% from 255) = 30.99%

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 30.99%
G = 40.44%
B = 28.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#80A776 (or 0x80A776) is known color: Amulet. HEX triplet: 80, A7 and 76. RGB value is (128,167,118). Sum of RGB (Red+Green+Blue) = 128+167+118=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #80A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A776 is #7F5889. Grayscale: #959595. Windows color (decimal): -8345738 or 7776128. OLE color: 7776128.

HSL color Cylindrical-coordinate representation of color #80A776: hue angle of 107.76º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80A776 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 167 118 -
CMYK 0.23 0 0.29 0.35
HSL 107.76º 0.22% 0.56% -
HSV(B) 107.76º 0.29% 0.65% -
XYZ 25.99 33.53 22.24 -
YUV 149.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 128 167 118 0.23 0 0.29 0.35 107.76 0.22 0.56
Hex 80 A7 76 17 0 1D 23 6C 16 38
Octal 200 247 166 27 0 35 43 154 26 70
Binary 10000000 10100111 1110110 10111 0 11101 100011 1101100 10110 111000

Color Harmonies of #80A776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A776

Black with #80A776

Text Example


Text Example

White with #80A776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A776; }

 p { color: rgb(128,167,118); }

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

background-color css

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

 a { background-color: rgb(128,167,118); }

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

border-color css

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

 span { border-color: rgb(128,167,118); }

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