#7C9F77

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

Shades of Amulet #7C9F77

Tints of Amulet #7C9F77

Color information

#7C9F77 (or 0x7C9F77) is unknown color: approx Amulet. HEX triplet: 7C, 9F and 77. RGB value is (124,159,119). Sum of RGB (Red+Green+Blue) = 124+159+119=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9F77 is #836088. Grayscale: #909090. Windows color (decimal): -8609929 or 7839612. OLE color: 7839612.

HSL color Cylindrical-coordinate representation of color #7C9F77: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C9F77 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB124159119-
CMYK0.2200.250.38
HSL112.5º17.24%54.51%-
HSV(B)112.5º25.16%62.35%-
XYZ24.0430.4122.06-
YUV143.98113.9113.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=30.85%
G=39.55%
B=29.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591190.2200.250.38112.517.2454.51
Hex7C9F771601926701137
Octal17423716726031461602167
Binary111110010011111111011110110011001100110111000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9F77; }

 p { color: rgb(124,159,119); }

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

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

 a { background-color: rgb(124,159,119); }

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

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

 span { border-color: rgb(124,159,119); }

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