Html Css Color HEX #808E80 Stack

📋 copy color: '#808E80'

red 128 ◦ green 142 ◦ blue 128

#808E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stack #808E80

Tints of Stack #808E80

RGB

 RED value IS 128 (50.39% from 255) = 32.16%

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 32.16%
G = 35.68%
B = 32.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#808E80 (or 0x808E80) is known color: Stack. HEX triplet: 80, 8E and 80. RGB value is (128,142,128). Sum of RGB (Red+Green+Blue) = 128+142+128=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #808E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E80 is #7F717F. Grayscale: #888888. Windows color (decimal): -8352128 or 8425088. OLE color: 8425088.

HSL color Cylindrical-coordinate representation of color #808E80: 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.1%. Process color model (Four color, CMYK) of #808E80 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 142 128 -
CMYK 0.10 0 0.10 0.44
HSL 120º 0.06% 0.53% -
HSV(B) 120º 0.1% 0.56% -
XYZ 22.47 25.49 24.16 -
YUV 136.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 128 142 128 0.10 0 0.10 0.44 120 0.06 0.53
Hex 80 8E 80 A 0 A 2C 78 6 35
Octal 200 216 200 12 0 12 54 170 6 65
Binary 10000000 10001110 10000000 1010 0 1010 101100 1111000 110 110101

Color Harmonies of #808E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E80

Black with #808E80

Text Example


Text Example

White with #808E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #808E80;
 }
 .AnyTagClassName
 {
   color: #808E80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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