Html Css Color HEX #808C86 Granny Smith

📋 copy color: '#808C86'

red 128 ◦ green 140 ◦ blue 134

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

Shades of Granny Smith #808C86

Tints of Granny Smith #808C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 31.84%
G = 34.83%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#808C86 (or 0x808C86) is known color: Granny Smith. HEX triplet: 80, 8C and 86. RGB value is (128,140,134). Sum of RGB (Red+Green+Blue) = 128+140+134=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #808C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C86 is #7F7379. Grayscale: #878787. Windows color (decimal): -8352634 or 8817792. OLE color: 8817792.

HSL color Cylindrical-coordinate representation of color #808C86: hue angle of 150º 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 #808C86 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 134 -
CMYK 0.09 0 0.04 0.45
HSL 150º 0.05% 0.53% -
HSV(B) 150º 0.09% 0.55% -
XYZ 22.58 25.07 26.2 -
YUV 135.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 128 140 134 0.09 0 0.04 0.45 150 0.05 0.53
Hex 80 8C 86 9 0 4 2D 96 5 35
Octal 200 214 206 11 0 4 55 226 5 65
Binary 10000000 10001100 10000110 1001 0 100 101101 10010110 101 110101

Color Harmonies of #808C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C86

Black with #808C86

Text Example


Text Example

White with #808C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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