Html Css Color HEX #809479 Amulet

📋 copy color: '#809479'

red 128 ◦ green 148 ◦ blue 121

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

Shades of Amulet #809479

Tints of Amulet #809479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 32.24%
G = 37.28%
B = 30.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#809479 (or 0x809479) is known color: Amulet. HEX triplet: 80, 94 and 79. RGB value is (128,148,121). Sum of RGB (Red+Green+Blue) = 128+148+121=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #809479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809479 is #7F6B86. Grayscale: #8B8B8B. Windows color (decimal): -8350599 or 7967872. OLE color: 7967872.

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

Color convert

RGB 128 148 121 -
CMYK 0.14 0 0.18 0.42
HSL 104.44º 0.11% 0.53% -
HSV(B) 104.44º 0.18% 0.58% -
XYZ 22.94 27.15 22.12 -
YUV 138.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 128 148 121 0.14 0 0.18 0.42 104.44 0.11 0.53
Hex 80 94 79 E 0 12 2A 68 B 35
Octal 200 224 171 16 0 22 52 150 13 65
Binary 10000000 10010100 1111001 1110 0 10010 101010 1101000 1011 110101

Color Harmonies of #809479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809479

Black with #809479

Text Example


Text Example

White with #809479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809479; }

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

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

background-color css

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

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

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

border-color css

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

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

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