Html Css Color HEX #878387 Taupe Grey

📋 copy color: '#878387'

red 135 ◦ green 131 ◦ blue 135

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

Shades of Taupe Grey #878387

Tints of Taupe Grey #878387

RGB

 RED value IS 135 (53.13% from 255) = 33.67%

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 33.67%
G = 32.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#878387 (or 0x878387) is known color: Taupe Grey. HEX triplet: 87, 83 and 87. RGB value is (135,131,135). Sum of RGB (Red+Green+Blue) = 135+131+135=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #878387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878387 is #787C78. Grayscale: #848484. Windows color (decimal): -7896185 or 8881031. OLE color: 8881031.

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

Color convert

RGB 135 131 135 -
CMYK 0 0.03 0 0.47
HSL 300º 0.02% 0.52% -
HSV(B) 300º 0.03% 0.53% -
XYZ 22.48 23.13 26.2 -
YUV 132.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 135 131 135 0 0.03 0 0.47 300 0.02 0.52
Hex 87 83 87 0 3 0 2F 12C 2 34
Octal 207 203 207 0 3 0 57 454 2 64
Binary 10000111 10000011 10000111 0 11 0 101111 100101100 10 110100

Color Harmonies of #878387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878387

Black with #878387

Text Example


Text Example

White with #878387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878387; }

 p { color: rgb(135,131,135); }

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

background-color css

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

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

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

border-color css

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

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

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