Html Css Color HEX #808C87 Granny Smith

📋 copy color: '#808C87'

red 128 ◦ green 140 ◦ blue 135

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

Shades of Granny Smith #808C87

Tints of Granny Smith #808C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 31.76%
G = 34.74%
B = 33.5%

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

#808C87 (or 0x808C87) is known color: Granny Smith. HEX triplet: 80, 8C and 87. RGB value is (128,140,135). Sum of RGB (Red+Green+Blue) = 128+140+135=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #808C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C87 is #7F7378. Grayscale: #878787. Windows color (decimal): -8352633 or 8883328. OLE color: 8883328.

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

Color convert

RGB 128 140 135 -
CMYK 0.09 0 0.04 0.45
HSL 155º 0.05% 0.53% -
HSV(B) 155º 0.09% 0.55% -
XYZ 22.65 25.09 26.57 -
YUV 135.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 128 140 135 0.09 0 0.04 0.45 155 0.05 0.53
Hex 80 8C 87 9 0 4 2D 9B 5 35
Octal 200 214 207 11 0 4 55 233 5 65
Binary 10000000 10001100 10000111 1001 0 100 101101 10011011 101 110101

Color Harmonies of #808C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C87

Black with #808C87

Text Example


Text Example

White with #808C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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