Html Css Color HEX #877D83 Taupe Grey

📋 copy color: '#877D83'

red 135 ◦ green 125 ◦ blue 131

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

Shades of Taupe Grey #877D83

Tints of Taupe Grey #877D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 34.53%
G = 31.97%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#877D83 (or 0x877D83) is known color: Taupe Grey. HEX triplet: 87, 7D and 83. RGB value is (135,125,131). Sum of RGB (Red+Green+Blue) = 135+125+131=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D83 is #78827C. Grayscale: #808080. Windows color (decimal): -7897725 or 8617351. OLE color: 8617351.

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

Color convert

RGB 135 125 131 -
CMYK 0 0.07 0.03 0.47
HSL 324º 0.04% 0.51% -
HSV(B) 324º 0.07% 0.53% -
XYZ 21.42 21.46 24.49 -
YUV 128.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 135 125 131 0 0.07 0.03 0.47 324 0.04 0.51
Hex 87 7D 83 0 7 3 2F 144 4 33
Octal 207 175 203 0 7 3 57 504 4 63
Binary 10000111 1111101 10000011 0 111 11 101111 101000100 100 110011

Color Harmonies of #877D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D83

Black with #877D83

Text Example


Text Example

White with #877D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,125,131); }

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

background-color css

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

 a { background-color: rgb(135,125,131); }

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

border-color css

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

 span { border-color: rgb(135,125,131); }

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