#819C7A

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

Shades of Amulet #819C7A

Tints of Amulet #819C7A

Color information

#819C7A (or 0x819C7A) is unknown color: approx Amulet. HEX triplet: 81, 9C and 7A. RGB value is (129,156,122). Sum of RGB (Red+Green+Blue) = 129+156+122=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #819C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C7A is #7E6385. Grayscale: #909090. Windows color (decimal): -8283014 or 8035457. OLE color: 8035457.

HSL color Cylindrical-coordinate representation of color #819C7A: hue angle of 107.65º 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 #819C7A is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB129156122-
CMYK0.1700.220.39
HSL107.65º14.66%54.51%-
HSV(B)107.65º21.79%61.18%-
XYZ24.4529.8522.88-
YUV144.05115.55117.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=31.70%
G=38.33%
B=29.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291561220.1700.220.39107.6514.6654.51
Hex819C7A11016276cf37
Octal20123417221026471541767
Binary100000011001110011110101000101011010011111011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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