#77A272

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

Shades of Amulet #77A272

Tints of Amulet #77A272

Color information

#77A272 (or 0x77A272) is unknown color: approx Amulet. HEX triplet: 77, A2 and 72. RGB value is (119,162,114). Sum of RGB (Red+Green+Blue) = 119+162+114=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #77A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A272 is #885D8D. Grayscale: #8F8F8F. Windows color (decimal): -8936846 or 7512695. OLE color: 7512695.

HSL color Cylindrical-coordinate representation of color #77A272: hue angle of 113.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A272 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB119162114-
CMYK0.2700.300.36
HSL113.75º20.51%54.12%-
HSV(B)113.75º29.63%63.53%-
XYZ23.5730.9820.66-
YUV143.67111.25110.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=30.13%
G=41.01%
B=28.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191621140.2700.300.36113.7520.5154.12
Hex77A2721B01E24721536
Octal16724216233036441622566
Binary111011110100010111001011011011110100100111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A272; }

 p { color: rgb(119,162,114); }

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

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

 a { background-color: rgb(119,162,114); }

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

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

 span { border-color: rgb(119,162,114); }

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