Html Css Color HEX #877781 Taupe Grey

📋 copy color: '#877781'

red 135 ◦ green 119 ◦ blue 129

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

Shades of Taupe Grey #877781

Tints of Taupe Grey #877781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 35.25%
G = 31.07%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#877781 (or 0x877781) is known color: Taupe Grey. HEX triplet: 87, 77 and 81. RGB value is (135,119,129). Sum of RGB (Red+Green+Blue) = 135+119+129=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877781 is #78887E. Grayscale: #7C7C7C. Windows color (decimal): -7899263 or 8484743. OLE color: 8484743.

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

Color convert

RGB 135 119 129 -
CMYK 0 0.12 0.04 0.47
HSL 322.5º 0.06% 0.5% -
HSV(B) 322.5º 0.12% 0.53% -
XYZ 20.55 19.93 23.53 -
YUV 124.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 135 119 129 0 0.12 0.04 0.47 322.5 0.06 0.5
Hex 87 77 81 0 C 4 2F 142 6 32
Octal 207 167 201 0 14 4 57 502 6 62
Binary 10000111 1110111 10000001 0 1100 100 101111 101000010 110 110010

Color Harmonies of #877781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877781

Black with #877781

Text Example


Text Example

White with #877781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877781; }

 p { color: rgb(135,119,129); }

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

background-color css

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

 a { background-color: rgb(135,119,129); }

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

border-color css

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

 span { border-color: rgb(135,119,129); }

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