Html Css Color HEX #877882 Taupe Grey

📋 copy color: '#877882'

red 135 ◦ green 120 ◦ blue 130

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

Shades of Taupe Grey #877882

Tints of Taupe Grey #877882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 35.06%
G = 31.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#877882 (or 0x877882) is known color: Taupe Grey. HEX triplet: 87, 78 and 82. RGB value is (135,120,130). Sum of RGB (Red+Green+Blue) = 135+120+130=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877882 is #78877D. Grayscale: #7D7D7D. Windows color (decimal): -7899006 or 8550535. OLE color: 8550535.

HSL color Cylindrical-coordinate representation of color #877882: hue angle of 320º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877882 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 130 -
CMYK 0 0.11 0.04 0.47
HSL 320º 0.06% 0.5% -
HSV(B) 320º 0.11% 0.53% -
XYZ 20.74 20.2 23.92 -
YUV 125.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 135 120 130 0 0.11 0.04 0.47 320 0.06 0.5
Hex 87 78 82 0 B 4 2F 140 6 32
Octal 207 170 202 0 13 4 57 500 6 62
Binary 10000111 1111000 10000010 0 1011 100 101111 101000000 110 110010

Color Harmonies of #877882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877882

Black with #877882

Text Example


Text Example

White with #877882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877882; }

 p { color: rgb(135,120,130); }

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

background-color css

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

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

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

border-color css

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

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

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