Html Css Color HEX #808B86 Granny Smith

📋 copy color: '#808B86'

red 128 ◦ green 139 ◦ blue 134

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

Shades of Granny Smith #808B86

Tints of Granny Smith #808B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 31.92%
G = 34.66%
B = 33.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#808B86 (or 0x808B86) is known color: Granny Smith. HEX triplet: 80, 8B and 86. RGB value is (128,139,134). Sum of RGB (Red+Green+Blue) = 128+139+134=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 139 - color contains mainly: green. Hex color #808B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B86 is #7F7479. Grayscale: #878787. Windows color (decimal): -8352890 or 8817536. OLE color: 8817536.

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

Color convert

RGB 128 139 134 -
CMYK 0.08 0 0.04 0.45
HSL 152.73º 0.05% 0.52% -
HSV(B) 152.73º 0.08% 0.55% -
XYZ 22.44 24.78 26.15 -
YUV 135.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 128 139 134 0.08 0 0.04 0.45 152.73 0.05 0.52
Hex 80 8B 86 8 0 4 2D 99 5 34
Octal 200 213 206 10 0 4 55 231 5 64
Binary 10000000 10001011 10000110 1000 0 100 101101 10011001 101 110100

Color Harmonies of #808B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B86

Black with #808B86

Text Example


Text Example

White with #808B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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