#857D7D

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

Shades of Grey #857D7D

Tints of Grey #857D7D

Color information

#857D7D (or 0x857D7D) is unknown color: approx Grey. HEX triplet: 85, 7D and 7D. RGB value is (133,125,125). Sum of RGB (Red+Green+Blue) = 133+125+125=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7D is #7A8282. Grayscale: #7F7F7F. Windows color (decimal): -8028803 or 8224133. OLE color: 8224133.

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

Color convert

RGB133125125-
CMYK00.060.060.48
HSL3.17%50.59%-
HSV(B)6.02%52.16%-
XYZ20.7121.1322.39-
YUV127.39126.65132-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=34.73%
G=32.64%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312512500.060.060.4803.1750.59
Hex857D7D066300333
Octal205175175066600363
Binary10000101111110111111010110110110000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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