Html Css Color HEX #878086 Taupe Grey

📋 copy color: '#878086'

red 135 ◦ green 128 ◦ blue 134

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

Shades of Taupe Grey #878086

Tints of Taupe Grey #878086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 34.01%
G = 32.24%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#878086 (or 0x878086) is known color: Taupe Grey. HEX triplet: 87, 80 and 86. RGB value is (135,128,134). Sum of RGB (Red+Green+Blue) = 135+128+134=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 135 - color contains mainly: red. Hex color #878086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878086 is #787F79. Grayscale: #828282. Windows color (decimal): -7896954 or 8814727. OLE color: 8814727.

HSL color Cylindrical-coordinate representation of color #878086: hue angle of 308.57º 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 #878086 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 128 134 -
CMYK 0 0.05 0.01 0.47
HSL 308.57º 0.03% 0.52% -
HSV(B) 308.57º 0.05% 0.53% -
XYZ 22.01 22.31 25.7 -
YUV 130.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 135 128 134 0 0.05 0.01 0.47 308.57 0.03 0.52
Hex 87 80 86 0 5 1 2F 135 3 34
Octal 207 200 206 0 5 1 57 465 3 64
Binary 10000111 10000000 10000110 0 101 1 101111 100110101 11 110100

Color Harmonies of #878086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878086

Black with #878086

Text Example


Text Example

White with #878086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878086; }

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

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

background-color css

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

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

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

border-color css

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

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

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