Html Css Color HEX #808986 Granny Smith

📋 copy color: '#808986'

red 128 ◦ green 137 ◦ blue 134

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

Shades of Granny Smith #808986

Tints of Granny Smith #808986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 32.08%
G = 34.34%
B = 33.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#808986 (or 0x808986) is known color: Granny Smith. HEX triplet: 80, 89 and 86. RGB value is (128,137,134). Sum of RGB (Red+Green+Blue) = 128+137+134=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 137 - color contains mainly: green. Hex color #808986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808986 is #7F7679. Grayscale: #858585. Windows color (decimal): -8353402 or 8817024. OLE color: 8817024.

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

Color convert

RGB 128 137 134 -
CMYK 0.07 0 0.02 0.46
HSL 160º 0.04% 0.52% -
HSV(B) 160º 0.07% 0.54% -
XYZ 22.15 24.2 26.06 -
YUV 133.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 128 137 134 0.07 0 0.02 0.46 160 0.04 0.52
Hex 80 89 86 7 0 2 2E A0 4 34
Octal 200 211 206 7 0 2 56 240 4 64
Binary 10000000 10001001 10000110 111 0 10 101110 10100000 100 110100

Color Harmonies of #808986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808986

Black with #808986

Text Example


Text Example

White with #808986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808986; }

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

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

background-color css

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

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

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

border-color css

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

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

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