Html Css Color HEX #808880 Stack

📋 copy color: '#808880'

red 128 ◦ green 136 ◦ blue 128

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

Shades of Stack #808880

Tints of Stack #808880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 32.65%
G = 34.69%
B = 32.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#808880 (or 0x808880) is known color: Stack. HEX triplet: 80, 88 and 80. RGB value is (128,136,128). Sum of RGB (Red+Green+Blue) = 128+136+128=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #808880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808880 is #7F777F. Grayscale: #848484. Windows color (decimal): -8353664 or 8423552. OLE color: 8423552.

HSL color Cylindrical-coordinate representation of color #808880: hue angle of 120º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808880 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 128 -
CMYK 0.06 0 0.06 0.47
HSL 120º 0.03% 0.52% -
HSV(B) 120º 0.06% 0.53% -
XYZ 21.6 23.76 23.87 -
YUV 132.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 128 136 128 0.06 0 0.06 0.47 120 0.03 0.52
Hex 80 88 80 6 0 6 2F 78 3 34
Octal 200 210 200 6 0 6 57 170 3 64
Binary 10000000 10001000 10000000 110 0 110 101111 1111000 11 110100

Color Harmonies of #808880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808880

Black with #808880

Text Example


Text Example

White with #808880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808880; }

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

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

background-color css

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

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

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

border-color css

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

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

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