#858078

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

Shades of Concord #858078

Tints of Concord #858078

Color information

#858078 (or 0x858078) is unknown color: approx Concord. HEX triplet: 85, 80 and 78. RGB value is (133,128,120). Sum of RGB (Red+Green+Blue) = 133+128+120=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858078 is #7A7F87. Grayscale: #808080. Windows color (decimal): -8028040 or 7897221. OLE color: 7897221.

HSL color Cylindrical-coordinate representation of color #858078: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858078 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133128120-
CMYK00.040.100.48
HSL36.92º5.14%49.61%-
HSV(B)36.92º9.77%52.16%-
XYZ20.7821.7820.88-
YUV128.58123.16131.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=34.91%
G=33.60%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312812000.040.100.4836.925.1449.61
Hex85807804A3025532
Octal20520017004126045562
Binary1000010110000000111100001001010110000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858078; }

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

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

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

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

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

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

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

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