Html Css Color HEX #808D80 Stack

📋 copy color: '#808D80'

red 128 ◦ green 141 ◦ blue 128

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

Shades of Stack #808D80

Tints of Stack #808D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 32.24%
G = 35.52%
B = 32.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#808D80 (or 0x808D80) is known color: Stack. HEX triplet: 80, 8D and 80. RGB value is (128,141,128). Sum of RGB (Red+Green+Blue) = 128+141+128=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #808D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D80 is #7F727F. Grayscale: #878787. Windows color (decimal): -8352384 or 8424832. OLE color: 8424832.

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

Color convert

RGB 128 141 128 -
CMYK 0.09 0 0.09 0.45
HSL 120º 0.05% 0.53% -
HSV(B) 120º 0.09% 0.55% -
XYZ 22.32 25.2 24.11 -
YUV 135.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 128 141 128 0.09 0 0.09 0.45 120 0.05 0.53
Hex 80 8D 80 9 0 9 2D 78 5 35
Octal 200 215 200 11 0 11 55 170 5 65
Binary 10000000 10001101 10000000 1001 0 1001 101101 1111000 101 110101

Color Harmonies of #808D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D80

Black with #808D80

Text Example


Text Example

White with #808D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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