#7F9A7D

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

Shades of Amulet #7F9A7D

Tints of Amulet #7F9A7D

Color information

#7F9A7D (or 0x7F9A7D) is unknown color: approx Amulet. HEX triplet: 7F, 9A and 7D. RGB value is (127,154,125). Sum of RGB (Red+Green+Blue) = 127+154+125=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9A7D is #806582. Grayscale: #8E8E8E. Windows color (decimal): -8414595 or 8231551. OLE color: 8231551.

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

Color convert

RGB127154125-
CMYK0.1800.190.40
HSL115.86º12.55%54.71%-
HSV(B)115.86º18.83%60.39%-
XYZ24.0129.123.75-
YUV142.62118.05116.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=31.28%
G=37.93%
B=30.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271541250.1800.190.40115.8612.5554.71
Hex7F9A7D120132874d37
Octal17723217522023501641567
Binary11111111001101011111011001001001110100011101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,154,125); }

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

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

 a { background-color: rgb(127,154,125); }

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

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

 span { border-color: rgb(127,154,125); }

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