#7F997D

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

Shades of Amulet #7F997D

Tints of Amulet #7F997D

Color information

#7F997D (or 0x7F997D) is unknown color: approx Amulet. HEX triplet: 7F, 99 and 7D. RGB value is (127,153,125). Sum of RGB (Red+Green+Blue) = 127+153+125=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #7F997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F997D is #806682. Grayscale: #8E8E8E. Windows color (decimal): -8414851 or 8231295. OLE color: 8231295.

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

Color convert

RGB127153125-
CMYK0.1700.180.4
HSL115.71º12.07%54.51%-
HSV(B)115.71º18.3%60%-
XYZ23.8528.7823.7-
YUV142.03118.39117.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=31.36%
G=37.78%
B=30.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271531250.1700.180.4115.7112.0754.51
Hex7F997D110122874c37
Octal17723117521022501641467
Binary11111111001100111111011000101001010100011101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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