#77946D

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

Shades of Amulet #77946D

Tints of Amulet #77946D

Color information

#77946D (or 0x77946D) is unknown color: approx Amulet. HEX triplet: 77, 94 and 6D. RGB value is (119,148,109). Sum of RGB (Red+Green+Blue) = 119+148+109=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #77946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77946D is #886B92. Grayscale: #878787. Windows color (decimal): -8940435 or 7181431. OLE color: 7181431.

HSL color Cylindrical-coordinate representation of color #77946D: hue angle of 104.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77946D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB119148109-
CMYK0.2000.260.42
HSL104.62º15.42%50.39%-
HSV(B)104.62º26.35%58.04%-
XYZ20.9626.2118.42-
YUV134.88113.39116.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=31.65%
G=39.36%
B=28.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481090.2000.260.42104.6215.4250.39
Hex77946D1401A2A69f32
Octal16722415524032521511762
Binary11101111001010011011011010001101010101011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77946D; }

 p { color: rgb(119,148,109); }

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

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

 a { background-color: rgb(119,148,109); }

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

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

 span { border-color: rgb(119,148,109); }

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