#809476

Color #809476 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #809476

Tints of Amulet #809476

Color information

#809476 (or 0x809476) is unknown color: approx Amulet. HEX triplet: 80, 94 and 76. RGB value is (128,148,118). Sum of RGB (Red+Green+Blue) = 128+148+118=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #809476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809476 is #7F6B89. Grayscale: #8A8A8A. Windows color (decimal): -8350602 or 7771264. OLE color: 7771264.

HSL color Cylindrical-coordinate representation of color #809476: hue angle of 100º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809476 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB128148118-
CMYK0.1400.200.42
HSL100º12.3%52.16%-
HSV(B)100º20.27%58.04%-
XYZ22.7627.0821.17-
YUV138.6116.37120.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=32.49%
G=37.56%
B=29.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481180.1400.200.4210012.352.16
Hex809476E0142A64c34
Octal20022416616024521441464
Binary10000000100101001110110111001010010101011001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809476; }

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

 H1.HeaderClassName
 {
   color: #809476;
 }
 .AnyTagClassName
 {
   color: #809476;
 }
</style>
background-color css

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

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

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

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

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

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