#857E70

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

Shades of Concord #857E70

Tints of Concord #857E70

Color information

#857E70 (or 0x857E70) is unknown color: approx Concord. HEX triplet: 85, 7E and 70. RGB value is (133,126,112). Sum of RGB (Red+Green+Blue) = 133+126+112=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E70 is #7A818F. Grayscale: #7E7E7E. Windows color (decimal): -8028560 or 7372421. OLE color: 7372421.

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

Color convert

RGB133126112-
CMYK00.050.160.48
HSL40º8.57%48.04%-
HSV(B)40º15.79%52.16%-
XYZ20.0621.0818.34-
YUV126.5119.82132.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=35.85%
G=33.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312611200.050.160.48408.5748.04
Hex857E7005103028930
Octal205176160052060501160
Binary10000101111111011100000101100001100001010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,112); }

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

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

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

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

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

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

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