Html Css Color HEX #877F84 Taupe Grey

📋 copy color: '#877F84'

red 135 ◦ green 127 ◦ blue 132

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

Shades of Taupe Grey #877F84

Tints of Taupe Grey #877F84

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 34.26%
G = 32.23%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#877F84 (or 0x877F84) is known color: Taupe Grey. HEX triplet: 87, 7F and 84. RGB value is (135,127,132). Sum of RGB (Red+Green+Blue) = 135+127+132=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 135 - color contains mainly: red. Hex color #877F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F84 is #78807B. Grayscale: #818181. Windows color (decimal): -7897212 or 8683399. OLE color: 8683399.

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

Color convert

RGB 135 127 132 -
CMYK 0 0.06 0.02 0.47
HSL 322.5º 0.03% 0.51% -
HSV(B) 322.5º 0.06% 0.53% -
XYZ 21.75 22 24.93 -
YUV 129.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 135 127 132 0 0.06 0.02 0.47 322.5 0.03 0.51
Hex 87 7F 84 0 6 2 2F 142 3 33
Octal 207 177 204 0 6 2 57 502 3 63
Binary 10000111 1111111 10000100 0 110 10 101111 101000010 11 110011

Color Harmonies of #877F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F84

Black with #877F84

Text Example


Text Example

White with #877F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,132); }

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

background-color css

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

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

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

border-color css

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

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

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