#7F8E7F

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

Shades of Stack #7F8E7F

Tints of Stack #7F8E7F

Color information

#7F8E7F (or 0x7F8E7F) is unknown color: approx Stack. HEX triplet: 7F, 8E and 7F. RGB value is (127,142,127). Sum of RGB (Red+Green+Blue) = 127+142+127=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E7F is #807180. Grayscale: #878787. Windows color (decimal): -8417665 or 8359551. OLE color: 8359551.

HSL color Cylindrical-coordinate representation of color #7F8E7F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F8E7F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB127142127-
CMYK0.1100.110.44
HSL120º6.22%52.75%-
HSV(B)120º10.56%55.69%-
XYZ22.2625.3923.81-
YUV135.8123.03121.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 127 (50% from 255) = 32.07%
R=32.07%
G=35.86%
B=32.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271421270.1100.110.441206.2252.75
Hex7F8E7FB0B2C78635
Octal1772161771301354170665
Binary11111111000111011111111011010111011001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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