#857C83

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

Shades of Taupe Grey #857C83

Tints of Taupe Grey #857C83

Color information

#857C83 (or 0x857C83) is unknown color: approx Taupe Grey. HEX triplet: 85, 7C and 83. RGB value is (133,124,131). Sum of RGB (Red+Green+Blue) = 133+124+131=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #857C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C83 is #7A837C. Grayscale: #7F7F7F. Windows color (decimal): -8029053 or 8617093. OLE color: 8617093.

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

Color convert

RGB133124131-
CMYK00.070.020.48
HSL313.33º3.56%50.39%-
HSV(B)313.33º6.77%52.16%-
XYZ20.9821.0424.43-
YUV127.49129.98131.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=34.28%
G=31.96%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312413100.070.020.48313.333.5650.39
Hex857C8307230139432
Octal20517420307260471462
Binary10000101111110010000011011110110000100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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