#837C80

Color #837C80 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #837C80

Tints of Taupe Grey #837C80

Color information

#837C80 (or 0x837C80) is unknown color: approx Taupe Grey. HEX triplet: 83, 7C and 80. RGB value is (131,124,128). Sum of RGB (Red+Green+Blue) = 131+124+128=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #837C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C80 is #7C837F. Grayscale: #7E7E7E. Windows color (decimal): -8160128 or 8420483. OLE color: 8420483.

HSL color Cylindrical-coordinate representation of color #837C80: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #837C80 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131124128-
CMYK00.050.020.49
HSL325.71º2.75%50%-
HSV(B)325.71º5.34%51.37%-
XYZ20.4620.823.36-
YUV126.55128.82131.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=34.20%
G=32.38%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112412800.050.020.49325.712.7550
Hex837C8005231146332
Octal20317420005261506362
Binary1000001111111001000000001011011000110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837C80; }

 p { color: rgb(131,124,128); }

 H1.HeaderClassName
 {
   color: #837C80;
 }
 .AnyTagClassName
 {
   color: #837C80;
 }
</style>
background-color css

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

 a { background-color: rgb(131,124,128); }

 div.DivClassName
 {
   background-color: #837C80;
 }
 .BgClassName
 {
   background-color: #837C80;
 }
</style>
border-color css

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

 span { border-color: rgb(131,124,128); }

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