#877F71

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

Shades of Concord #877F71

Tints of Concord #877F71

Color information

#877F71 (or 0x877F71) is unknown color: approx Concord. HEX triplet: 87, 7F and 71. RGB value is (135,127,113). Sum of RGB (Red+Green+Blue) = 135+127+113=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #877F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F71 is #78808E. Grayscale: #7F7F7F. Windows color (decimal): -7897231 or 7438215. OLE color: 7438215.

HSL color Cylindrical-coordinate representation of color #877F71: hue angle of 38.18º 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 #877F71 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135127113-
CMYK00.060.160.47
HSL38.18º8.87%48.63%-
HSV(B)38.18º16.3%52.94%-
XYZ20.5621.5218.69-
YUV127.8119.65133.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=36%
G=33.87%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512711300.060.160.4738.188.8748.63
Hex877F7106102F26931
Octal207177161062057461161
Binary10000111111111111100010110100001011111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F71; }

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

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

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

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

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

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

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

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