#858079

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

Shades of Concord #858079

Tints of Concord #858079

Color information

#858079 (or 0x858079) is unknown color: approx Concord. HEX triplet: 85, 80 and 79. RGB value is (133,128,121). Sum of RGB (Red+Green+Blue) = 133+128+121=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858079 is #7A7F86. Grayscale: #808080. Windows color (decimal): -8028039 or 7962757. OLE color: 7962757.

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

Color convert

RGB133128121-
CMYK00.040.090.48
HSL35º4.72%49.8%-
HSV(B)35º9.02%52.16%-
XYZ20.8421.8121.2-
YUV128.7123.66131.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=34.82%
G=33.51%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312812100.040.090.48354.7249.8
Hex8580790493023532
Octal20520017104116043562
Binary1000010110000000111100101001001110000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858079; }

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

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

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

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

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

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

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

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