#7F8D80

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

Shades of Stack #7F8D80

Tints of Stack #7F8D80

Color information

#7F8D80 (or 0x7F8D80) is unknown color: approx Stack. HEX triplet: 7F, 8D and 80. RGB value is (127,141,128). Sum of RGB (Red+Green+Blue) = 127+141+128=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8D80 is #80727F. Grayscale: #878787. Windows color (decimal): -8417920 or 8424831. OLE color: 8424831.

HSL color Cylindrical-coordinate representation of color #7F8D80: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F8D80 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB127141128-
CMYK0.1000.090.45
HSL124.29º5.79%52.55%-
HSV(B)124.29º9.93%55.29%-
XYZ22.1725.1224.1-
YUV135.33123.86122.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=32.07%
G=35.61%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271411280.1000.090.45124.295.7952.55
Hex7F8D80A092D7c635
Octal1772152001201155174665
Binary111111110001101100000001010010011011011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,128); }

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

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

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

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

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

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

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