Html Css Color HEX #877C86 Taupe Grey

📋 copy color: '#877C86'

red 135 ◦ green 124 ◦ blue 134

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

Shades of Taupe Grey #877C86

Tints of Taupe Grey #877C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 34.35%
G = 31.55%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#877C86 (or 0x877C86) is known color: Taupe Grey. HEX triplet: 87, 7C and 86. RGB value is (135,124,134). Sum of RGB (Red+Green+Blue) = 135+124+134=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #877C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C86 is #788379. Grayscale: #808080. Windows color (decimal): -7897978 or 8813703. OLE color: 8813703.

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

Color convert

RGB 135 124 134 -
CMYK 0 0.08 0.01 0.47
HSL 305.45º 0.04% 0.51% -
HSV(B) 305.45º 0.08% 0.53% -
XYZ 21.5 21.29 25.53 -
YUV 128.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 135 124 134 0 0.08 0.01 0.47 305.45 0.04 0.51
Hex 87 7C 86 0 8 1 2F 131 4 33
Octal 207 174 206 0 10 1 57 461 4 63
Binary 10000111 1111100 10000110 0 1000 1 101111 100110001 100 110011

Color Harmonies of #877C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C86

Black with #877C86

Text Example


Text Example

White with #877C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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