Html Css Color HEX #878087 Taupe Grey

📋 copy color: '#878087'

red 135 ◦ green 128 ◦ blue 135

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

Shades of Taupe Grey #878087

Tints of Taupe Grey #878087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 33.92%
G = 32.16%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#878087 (or 0x878087) is known color: Taupe Grey. HEX triplet: 87, 80 and 87. RGB value is (135,128,135). Sum of RGB (Red+Green+Blue) = 135+128+135=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #878087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878087 is #787F78. Grayscale: #828282. Windows color (decimal): -7896953 or 8880263. OLE color: 8880263.

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

Color convert

RGB 135 128 135 -
CMYK 0 0.05 0 0.47
HSL 300º 0.03% 0.52% -
HSV(B) 300º 0.05% 0.53% -
XYZ 22.08 22.34 26.07 -
YUV 130.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 135 128 135 0 0.05 0 0.47 300 0.03 0.52
Hex 87 80 87 0 5 0 2F 12C 3 34
Octal 207 200 207 0 5 0 57 454 3 64
Binary 10000111 10000000 10000111 0 101 0 101111 100101100 11 110100

Color Harmonies of #878087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878087

Black with #878087

Text Example


Text Example

White with #878087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878087; }

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

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

background-color css

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

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

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

border-color css

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

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

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