#857A81

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

Shades of Taupe Grey #857A81

Tints of Taupe Grey #857A81

Color information

#857A81 (or 0x857A81) is unknown color: approx Taupe Grey. HEX triplet: 85, 7A and 81. RGB value is (133,122,129). Sum of RGB (Red+Green+Blue) = 133+122+129=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857A81 is #7A857E. Grayscale: #7E7E7E. Windows color (decimal): -8029567 or 8485509. OLE color: 8485509.

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

Color convert

RGB133122129-
CMYK00.080.030.48
HSL321.82º4.31%50%-
HSV(B)321.82º8.27%52.16%-
XYZ20.5920.4923.64-
YUV126.09129.64132.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=34.64%
G=31.77%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312212900.080.030.48321.824.3150
Hex857A8108330142432
Octal205172201010360502462
Binary100001011111010100000010100011110000101000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A81; }

 p { color: rgb(133,122,129); }

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

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

 a { background-color: rgb(133,122,129); }

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

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

 span { border-color: rgb(133,122,129); }

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