#809C7A

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

Shades of Amulet #809C7A

Tints of Amulet #809C7A

Color information

#809C7A (or 0x809C7A) is unknown color: approx Amulet. HEX triplet: 80, 9C and 7A. RGB value is (128,156,122). Sum of RGB (Red+Green+Blue) = 128+156+122=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #809C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C7A is #7F6385. Grayscale: #8F8F8F. Windows color (decimal): -8348550 or 8035456. OLE color: 8035456.

HSL color Cylindrical-coordinate representation of color #809C7A: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809C7A is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB128156122-
CMYK0.1800.220.39
HSL109.41º14.66%54.51%-
HSV(B)109.41º21.79%61.18%-
XYZ24.329.7722.88-
YUV143.75115.72116.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=31.53%
G=38.42%
B=30.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281561220.1800.220.39109.4114.6654.51
Hex809C7A12016276df37
Octal20023417222026471551767
Binary100000001001110011110101001001011010011111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809C7A; }

 p { color: rgb(128,156,122); }

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

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

 a { background-color: rgb(128,156,122); }

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

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

 span { border-color: rgb(128,156,122); }

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