#857A79

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

Shades of Grey #857A79

Tints of Grey #857A79

Color information

#857A79 (or 0x857A79) is unknown color: approx Grey. HEX triplet: 85, 7A and 79. RGB value is (133,122,121). Sum of RGB (Red+Green+Blue) = 133+122+121=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A79 is #7A8586. Grayscale: #7D7D7D. Windows color (decimal): -8029575 or 7961221. OLE color: 7961221.

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

Color convert

RGB133122121-
CMYK00.080.090.48
HSL4.72%49.8%-
HSV(B)9.02%52.16%-
XYZ20.0820.2920.95-
YUV125.17125.64133.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=35.37%
G=32.45%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312212100.080.090.4854.7249.8
Hex857A79089305532
Octal20517217101011605562
Binary1000010111110101111001010001001110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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