Html Css Color HEX #80947C Amulet

📋 copy color: '#80947C'

red 128 ◦ green 148 ◦ blue 124

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

Shades of Amulet #80947C

Tints of Amulet #80947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 32%
G = 37%
B = 31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#80947C (or 0x80947C) is known color: Amulet. HEX triplet: 80, 94 and 7C. RGB value is (128,148,124). Sum of RGB (Red+Green+Blue) = 128+148+124=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #80947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80947C is #7F6B83. Grayscale: #8B8B8B. Windows color (decimal): -8350596 or 8164480. OLE color: 8164480.

HSL color Cylindrical-coordinate representation of color #80947C: hue angle of 110º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80947C is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 124 -
CMYK 0.14 0 0.16 0.42
HSL 110º 0.1% 0.53% -
HSV(B) 110º 0.16% 0.58% -
XYZ 23.13 27.22 23.1 -
YUV 139.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 128 148 124 0.14 0 0.16 0.42 110 0.1 0.53
Hex 80 94 7C E 0 10 2A 6E A 35
Octal 200 224 174 16 0 20 52 156 12 65
Binary 10000000 10010100 1111100 1110 0 10000 101010 1101110 1010 110101

Color Harmonies of #80947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80947C

Black with #80947C

Text Example


Text Example

White with #80947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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