Html Css Color HEX #877F85 Taupe Grey

📋 copy color: '#877F85'

red 135 ◦ green 127 ◦ blue 133

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

Shades of Taupe Grey #877F85

Tints of Taupe Grey #877F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 34.18%
G = 32.15%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#877F85 (or 0x877F85) is known color: Taupe Grey. HEX triplet: 87, 7F and 85. RGB value is (135,127,133). Sum of RGB (Red+Green+Blue) = 135+127+133=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 135 - color contains mainly: red. Hex color #877F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F85 is #78807A. Grayscale: #828282. Windows color (decimal): -7897211 or 8748935. OLE color: 8748935.

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

Color convert

RGB 135 127 133 -
CMYK 0 0.06 0.01 0.47
HSL 315º 0.03% 0.51% -
HSV(B) 315º 0.06% 0.53% -
XYZ 21.81 22.02 25.29 -
YUV 130.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 135 127 133 0 0.06 0.01 0.47 315 0.03 0.51
Hex 87 7F 85 0 6 1 2F 13B 3 33
Octal 207 177 205 0 6 1 57 473 3 63
Binary 10000111 1111111 10000101 0 110 1 101111 100111011 11 110011

Color Harmonies of #877F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F85

Black with #877F85

Text Example


Text Example

White with #877F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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