#857F84

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

Shades of Taupe Grey #857F84

Tints of Taupe Grey #857F84

Color information

#857F84 (or 0x857F84) is unknown color: approx Taupe Grey. HEX triplet: 85, 7F and 84. RGB value is (133,127,132). Sum of RGB (Red+Green+Blue) = 133+127+132=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #857F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F84 is #7A807B. Grayscale: #818181. Windows color (decimal): -8028284 or 8683397. OLE color: 8683397.

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

Color convert

RGB133127132-
CMYK00.050.010.48
HSL310º2.4%50.98%-
HSV(B)310º4.51%52.16%-
XYZ21.4321.8324.91-
YUV129.36129.49130.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=33.93%
G=32.40%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312713200.050.010.483102.450.98
Hex857F8405130136233
Octal20517720405160466263
Binary100001011111111100001000101111000010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,132); }

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

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

 a { background-color: rgb(133,127,132); }

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

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

 span { border-color: rgb(133,127,132); }

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