#857980

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

Shades of Taupe Grey #857980

Tints of Taupe Grey #857980

Color information

#857980 (or 0x857980) is unknown color: approx Taupe Grey. HEX triplet: 85, 79 and 80. RGB value is (133,121,128). Sum of RGB (Red+Green+Blue) = 133+121+128=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857980 is #7A867F. Grayscale: #7D7D7D. Windows color (decimal): -8029824 or 8419717. OLE color: 8419717.

HSL color Cylindrical-coordinate representation of color #857980: hue angle of 325º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857980 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB133121128-
CMYK00.090.040.48
HSL325º4.72%49.8%-
HSV(B)325º9.02%52.16%-
XYZ20.4120.2223.25-
YUV125.39129.48133.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=34.82%
G=31.68%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112800.090.040.483254.7249.8
Hex85798009430145532
Octal205171200011460505562
Binary1000010111110011000000001001100110000101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857980; }

 p { color: rgb(133,121,128); }

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

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

 a { background-color: rgb(133,121,128); }

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

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

 span { border-color: rgb(133,121,128); }

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