#779871

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

Shades of Amulet #779871

Tints of Amulet #779871

Color information

#779871 (or 0x779871) is unknown color: approx Amulet. HEX triplet: 77, 98 and 71. RGB value is (119,152,113). Sum of RGB (Red+Green+Blue) = 119+152+113=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #779871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779871 is #88678E. Grayscale: #898989. Windows color (decimal): -8939407 or 7444599. OLE color: 7444599.

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

Color convert

RGB119152113-
CMYK0.2200.260.40
HSL110.77º15.92%51.96%-
HSV(B)110.77º25.66%59.61%-
XYZ21.8227.5719.79-
YUV137.69114.07114.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=30.99%
G=39.58%
B=29.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521130.2200.260.40110.7715.9251.96
Hex7798711601A286f1034
Octal16723016126032501572064
Binary111011110011000111000110110011010101000110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779871; }

 p { color: rgb(119,152,113); }

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

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

 a { background-color: rgb(119,152,113); }

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

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

 span { border-color: rgb(119,152,113); }

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