#837B80

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

Shades of Taupe Grey #837B80

Tints of Taupe Grey #837B80

Color information

#837B80 (or 0x837B80) is unknown color: approx Taupe Grey. HEX triplet: 83, 7B and 80. RGB value is (131,123,128). Sum of RGB (Red+Green+Blue) = 131+123+128=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #837B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B80 is #7C847F. Grayscale: #7D7D7D. Windows color (decimal): -8160384 or 8420227. OLE color: 8420227.

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

Color convert

RGB131123128-
CMYK00.060.020.49
HSL322.5º3.15%49.8%-
HSV(B)322.5º6.11%51.37%-
XYZ20.3420.5523.32-
YUV125.96129.15131.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=34.29%
G=32.20%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112312800.060.020.49322.53.1549.8
Hex837B8006231143332
Octal20317320006261503362
Binary1000001111110111000000001101011000110100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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