Html Css Color HEX #808B87 Granny Smith

📋 copy color: '#808B87'

red 128 ◦ green 139 ◦ blue 135

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

Shades of Granny Smith #808B87

Tints of Granny Smith #808B87

RGB

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

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

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

R = 31.84%
G = 34.58%
B = 33.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#808B87 (or 0x808B87) is known color: Granny Smith. HEX triplet: 80, 8B and 87. RGB value is (128,139,135). Sum of RGB (Red+Green+Blue) = 128+139+135=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #808B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B87 is #7F7478. Grayscale: #878787. Windows color (decimal): -8352889 or 8883072. OLE color: 8883072.

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

Color convert

RGB 128 139 135 -
CMYK 0.08 0 0.03 0.45
HSL 158.18º 0.05% 0.52% -
HSV(B) 158.18º 0.08% 0.55% -
XYZ 22.51 24.8 26.52 -
YUV 135.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 128 139 135 0.08 0 0.03 0.45 158.18 0.05 0.52
Hex 80 8B 87 8 0 3 2D 9E 5 34
Octal 200 213 207 10 0 3 55 236 5 64
Binary 10000000 10001011 10000111 1000 0 11 101101 10011110 101 110100

Color Harmonies of #808B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B87

Black with #808B87

Text Example


Text Example

White with #808B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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