Html Css Color HEX #808E7E Stack

📋 copy color: '#808E7E'

red 128 ◦ green 142 ◦ blue 126

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

Shades of Stack #808E7E

Tints of Stack #808E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 32.32%
G = 35.86%
B = 31.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#808E7E (or 0x808E7E) is known color: Stack. HEX triplet: 80, 8E and 7E. RGB value is (128,142,126). Sum of RGB (Red+Green+Blue) = 128+142+126=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #808E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E7E is #7F7181. Grayscale: #888888. Windows color (decimal): -8352130 or 8294016. OLE color: 8294016.

HSL color Cylindrical-coordinate representation of color #808E7E: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808E7E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 142 126 -
CMYK 0.10 0 0.11 0.44
HSL 112.5º 0.07% 0.53% -
HSV(B) 112.5º 0.11% 0.56% -
XYZ 22.34 25.44 23.47 -
YUV 135.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 128 142 126 0.10 0 0.11 0.44 112.5 0.07 0.53
Hex 80 8E 7E A 0 B 2C 70 7 35
Octal 200 216 176 12 0 13 54 160 7 65
Binary 10000000 10001110 1111110 1010 0 1011 101100 1110000 111 110101

Color Harmonies of #808E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E7E

Black with #808E7E

Text Example


Text Example

White with #808E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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