#808B7F

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

Shades of Stack #808B7F

Tints of Stack #808B7F

Color information

#808B7F (or 0x808B7F) is unknown color: approx Stack. HEX triplet: 80, 8B and 7F. RGB value is (128,139,127). Sum of RGB (Red+Green+Blue) = 128+139+127=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #808B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B7F is #7F7480. Grayscale: #868686. Windows color (decimal): -8352897 or 8358784. OLE color: 8358784.

HSL color Cylindrical-coordinate representation of color #808B7F: hue angle of 115º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808B7F is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB128139127-
CMYK0.0800.090.45
HSL115º4.92%52.16%-
HSV(B)115º8.63%54.51%-
XYZ21.9724.5923.67-
YUV134.34123.86123.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 127 (50% from 255) = 32.23%
R=32.49%
G=35.28%
B=32.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281391270.0800.090.451154.9252.16
Hex808B7F8092D73534
Octal2002131771001155163564
Binary100000001000101111111111000010011011011110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B7F; }

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

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

<style>
 a { background-color: #808B7F; }

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

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

<style>
 span { border-color: #808B7F; }

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

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