#80897F

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

Shades of Stack #80897F

Tints of Stack #80897F

Color information

#80897F (or 0x80897F) is unknown color: approx Stack. HEX triplet: 80, 89 and 7F. RGB value is (128,137,127). Sum of RGB (Red+Green+Blue) = 128+137+127=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #80897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80897F is #7F7680. Grayscale: #858585. Windows color (decimal): -8353409 or 8358272. OLE color: 8358272.

HSL color Cylindrical-coordinate representation of color #80897F: hue angle of 114º 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 #80897F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB128137127-
CMYK0.0700.070.46
HSL114º4.07%51.76%-
HSV(B)114º7.3%53.73%-
XYZ21.6824.0123.57-
YUV133.17124.52124.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 127 (50% from 255) = 32.40%
R=32.65%
G=34.95%
B=32.40%

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
Decimal1281371270.0700.070.461144.0751.76
Hex80897F7072E72434
Octal20021117770756162464
Binary1000000010001001111111111101111011101110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80897F; }

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

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

<style>
 a { background-color: #80897F; }

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

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

<style>
 span { border-color: #80897F; }

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

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