#807C71

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

Shades of Concord #807C71

Tints of Concord #807C71

Color information

#807C71 (or 0x807C71) is unknown color: approx Concord. HEX triplet: 80, 7C and 71. RGB value is (128,124,113). Sum of RGB (Red+Green+Blue) = 128+124+113=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #807C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C71 is #7F838E. Grayscale: #7B7B7B. Windows color (decimal): -8356751 or 7437440. OLE color: 7437440.

HSL color Cylindrical-coordinate representation of color #807C71: hue angle of 44º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807C71 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB128124113-
CMYK00.030.120.50
HSL44º6.22%47.25%-
HSV(B)44º11.72%50.2%-
XYZ19.0920.218.51-
YUV123.94121.83130.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=35.07%
G=33.97%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812411300.030.120.50446.2247.25
Hex807C7103C322c62f
Octal20017416103146254657
Binary10000000111110011100010111100110010101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807C71; }

 p { color: rgb(128,124,113); }

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

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

 a { background-color: rgb(128,124,113); }

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

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

 span { border-color: rgb(128,124,113); }

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