#858077

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

Shades of Concord #858077

Tints of Concord #858077

Color information

#858077 (or 0x858077) is unknown color: approx Concord. HEX triplet: 85, 80 and 77. RGB value is (133,128,119). Sum of RGB (Red+Green+Blue) = 133+128+119=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858077 is #7A7F88. Grayscale: #808080. Windows color (decimal): -8028041 or 7831685. OLE color: 7831685.

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

Color convert

RGB133128119-
CMYK00.040.110.48
HSL38.57º5.56%49.41%-
HSV(B)38.57º10.53%52.16%-
XYZ20.7221.7620.56-
YUV128.47122.66131.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=35%
G=33.68%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312811900.040.110.4838.575.5649.41
Hex85807704B3027631
Octal20520016704136047661
Binary1000010110000000111011101001011110000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858077; }

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

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

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

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

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

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

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

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