#7F9878

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

Shades of Amulet #7F9878

Tints of Amulet #7F9878

Color information

#7F9878 (or 0x7F9878) is unknown color: approx Amulet. HEX triplet: 7F, 98 and 78. RGB value is (127,152,120). Sum of RGB (Red+Green+Blue) = 127+152+120=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9878 is #806787. Grayscale: #8C8C8C. Windows color (decimal): -8415112 or 7903359. OLE color: 7903359.

HSL color Cylindrical-coordinate representation of color #7F9878: hue angle of 106.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F9878 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB127152120-
CMYK0.1600.210.40
HSL106.88º13.45%53.33%-
HSV(B)106.88º21.05%59.61%-
XYZ23.3728.3222-
YUV140.88116.22118.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=31.83%
G=38.10%
B=30.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271521200.1600.210.40106.8813.4553.33
Hex7F987810015286bd35
Octal17723017020025501531565
Binary11111111001100011110001000001010110100011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,120); }

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

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

 a { background-color: rgb(127,152,120); }

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

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

 span { border-color: rgb(127,152,120); }

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