#819977

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

Shades of Amulet #819977

Tints of Amulet #819977

Color information

#819977 (or 0x819977) is unknown color: approx Amulet. HEX triplet: 81, 99 and 77. RGB value is (129,153,119). Sum of RGB (Red+Green+Blue) = 129+153+119=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #819977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819977 is #7E6688. Grayscale: #8E8E8E. Windows color (decimal): -8283785 or 7838081. OLE color: 7838081.

HSL color Cylindrical-coordinate representation of color #819977: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819977 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB129153119-
CMYK0.1600.220.4
HSL102.35º14.29%53.33%-
HSV(B)102.35º22.22%60%-
XYZ23.7728.7821.76-
YUV141.95115.05118.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=32.17%
G=38.15%
B=29.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291531190.1600.220.4102.3514.2953.33
Hex819977100162866e35
Octal20123116720026501461665
Binary100000011001100111101111000001011010100011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819977; }

 p { color: rgb(129,153,119); }

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

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

 a { background-color: rgb(129,153,119); }

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

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

 span { border-color: rgb(129,153,119); }

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