#857D70

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

Shades of Concord #857D70

Tints of Concord #857D70

Color information

#857D70 (or 0x857D70) is unknown color: approx Concord. HEX triplet: 85, 7D and 70. RGB value is (133,125,112). Sum of RGB (Red+Green+Blue) = 133+125+112=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D70 is #7A828F. Grayscale: #7D7D7D. Windows color (decimal): -8028816 or 7372165. OLE color: 7372165.

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

Color convert

RGB133125112-
CMYK00.060.160.48
HSL37.14º8.57%48.04%-
HSV(B)37.14º15.79%52.16%-
XYZ19.9320.8218.3-
YUV125.91120.15133.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=35.95%
G=33.78%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312511200.060.160.4837.148.5748.04
Hex857D7006103025930
Octal205175160062060451160
Binary10000101111110111100000110100001100001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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