#7F9F77

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

Shades of Amulet #7F9F77

Tints of Amulet #7F9F77

Color information

#7F9F77 (or 0x7F9F77) is unknown color: approx Amulet. HEX triplet: 7F, 9F and 77. RGB value is (127,159,119). Sum of RGB (Red+Green+Blue) = 127+159+119=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9F77 is #806088. Grayscale: #919191. Windows color (decimal): -8413321 or 7839615. OLE color: 7839615.

HSL color Cylindrical-coordinate representation of color #7F9F77: hue angle of 108º 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 #7F9F77 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB127159119-
CMYK0.2000.250.38
HSL108º17.24%54.51%-
HSV(B)108º25.16%62.35%-
XYZ24.4830.6422.08-
YUV144.87113.4115.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=31.36%
G=39.26%
B=29.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271591190.2000.250.3810817.2454.51
Hex7F9F7714019266c1137
Octal17723716724031461542167
Binary111111110011111111011110100011001100110110110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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