#819777

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

Shades of Amulet #819777

Tints of Amulet #819777

Color information

#819777 (or 0x819777) is unknown color: approx Amulet. HEX triplet: 81, 97 and 77. RGB value is (129,151,119). Sum of RGB (Red+Green+Blue) = 129+151+119=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #819777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819777 is #7E6888. Grayscale: #8C8C8C. Windows color (decimal): -8284297 or 7837569. OLE color: 7837569.

HSL color Cylindrical-coordinate representation of color #819777: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #819777 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB129151119-
CMYK0.1500.210.41
HSL101.25º13.33%52.94%-
HSV(B)101.25º21.19%59.22%-
XYZ23.4528.1321.65-
YUV140.77115.71119.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=32.33%
G=37.84%
B=29.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291511190.1500.210.41101.2513.3352.94
Hex819777F0152965d35
Octal20122716717025511451565
Binary10000001100101111110111111101010110100111001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819777; }

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

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

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

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

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

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

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

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