Html Css Color HEX #80997C Amulet

📋 copy color: '#80997C'

red 128 ◦ green 153 ◦ blue 124

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

Shades of Amulet #80997C

Tints of Amulet #80997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 31.6%
G = 37.78%
B = 30.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#80997C (or 0x80997C) is known color: Amulet. HEX triplet: 80, 99 and 7C. RGB value is (128,153,124). Sum of RGB (Red+Green+Blue) = 128+153+124=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #80997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80997C is #7F6683. Grayscale: #8E8E8E. Windows color (decimal): -8349316 or 8165760. OLE color: 8165760.

HSL color Cylindrical-coordinate representation of color #80997C: hue angle of 111.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80997C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 124 -
CMYK 0.16 0 0.19 0.4
HSL 111.72º 0.12% 0.54% -
HSV(B) 111.72º 0.19% 0.6% -
XYZ 23.93 28.83 23.37 -
YUV 142.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 128 153 124 0.16 0 0.19 0.4 111.72 0.12 0.54
Hex 80 99 7C 10 0 13 28 70 C 36
Octal 200 231 174 20 0 23 50 160 14 66
Binary 10000000 10011001 1111100 10000 0 10011 101000 1110000 1100 110110

Color Harmonies of #80997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80997C

Black with #80997C

Text Example


Text Example

White with #80997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80997C; }

 p { color: rgb(128,153,124); }

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

background-color css

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

 a { background-color: rgb(128,153,124); }

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

border-color css

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

 span { border-color: rgb(128,153,124); }

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