#7F897F

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

Shades of Stack #7F897F

Tints of Stack #7F897F

Color information

#7F897F (or 0x7F897F) is unknown color: approx Stack. HEX triplet: 7F, 89 and 7F. RGB value is (127,137,127). Sum of RGB (Red+Green+Blue) = 127+137+127=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #7F897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F897F is #807680. Grayscale: #848484. Windows color (decimal): -8418945 or 8358271. OLE color: 8358271.

HSL color Cylindrical-coordinate representation of color #7F897F: hue angle of 120º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F897F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB127137127-
CMYK0.0700.070.46
HSL120º4.07%51.76%-
HSV(B)120º7.3%53.73%-
XYZ21.5323.9423.56-
YUV132.87124.69123.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 127 (50% from 255) = 32.48%
R=32.48%
G=35.04%
B=32.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271371270.0700.070.461204.0751.76
Hex7F897F7072E78434
Octal17721117770756170464
Binary111111110001001111111111101111011101111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,137,127); }

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

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

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

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

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

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

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