#857C7C

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

Shades of Grey #857C7C

Tints of Grey #857C7C

Color information

#857C7C (or 0x857C7C) is unknown color: approx Grey. HEX triplet: 85, 7C and 7C. RGB value is (133,124,124). Sum of RGB (Red+Green+Blue) = 133+124+124=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C7C is #7A8383. Grayscale: #7E7E7E. Windows color (decimal): -8029060 or 8158341. OLE color: 8158341.

HSL color Cylindrical-coordinate representation of color #857C7C: hue angle of 0º 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 #857C7C is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB133124124-
CMYK00.070.070.48
HSL3.56%50.39%-
HSV(B)6.77%52.16%-
XYZ20.5220.8622.01-
YUV126.69126.48132.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=34.91%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312412400.070.070.4803.5650.39
Hex857C7C077300432
Octal205174174077600462
Binary100001011111100111110001111111100000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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