Html Css Color HEX #868887 Granny Smith

📋 copy color: '#868887'

red 134 ◦ green 136 ◦ blue 135

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

Shades of Granny Smith #868887

Tints of Granny Smith #868887

RGB

 RED value IS 134 (52.73% from 255) = 33.09%

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 33.09%
G = 33.58%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#868887 (or 0x868887) is known color: Granny Smith. HEX triplet: 86, 88 and 87. RGB value is (134,136,135). Sum of RGB (Red+Green+Blue) = 134+136+135=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 136 - color contains mainly: green. Hex color #868887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868887 is #797778. Grayscale: #878787. Windows color (decimal): -7960441 or 8882310. OLE color: 8882310.

HSL color Cylindrical-coordinate representation of color #868887: hue angle of 150º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868887 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 136 135 -
CMYK 0.01 0 0.01 0.47
HSL 150º 0.01% 0.53% -
HSV(B) 150º 0.01% 0.53% -
XYZ 23.01 24.43 26.42 -
YUV 135.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 134 136 135 0.01 0 0.01 0.47 150 0.01 0.53
Hex 86 88 87 1 0 1 2F 96 1 35
Octal 206 210 207 1 0 1 57 226 1 65
Binary 10000110 10001000 10000111 1 0 1 101111 10010110 1 110101

Color Harmonies of #868887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868887

Black with #868887

Text Example


Text Example

White with #868887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868887; }

 p { color: rgb(134,136,135); }

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

background-color css

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

 a { background-color: rgb(134,136,135); }

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

border-color css

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

 span { border-color: rgb(134,136,135); }

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