#878071

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

Shades of Concord #878071

Tints of Concord #878071

Color information

#878071 (or 0x878071) is unknown color: approx Concord. HEX triplet: 87, 80 and 71. RGB value is (135,128,113). Sum of RGB (Red+Green+Blue) = 135+128+113=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #878071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878071 is #787F8E. Grayscale: #808080. Windows color (decimal): -7896975 or 7438471. OLE color: 7438471.

HSL color Cylindrical-coordinate representation of color #878071: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878071 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135128113-
CMYK00.050.160.47
HSL40.91º8.87%48.63%-
HSV(B)40.91º16.3%52.94%-
XYZ20.6921.7818.74-
YUV128.38119.32132.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=35.90%
G=34.04%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512811300.050.160.4740.918.8748.63
Hex87807105102F29931
Octal207200161052057511161
Binary100001111000000011100010101100001011111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878071; }

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

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

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

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

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

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

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

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