#847C71

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

Shades of Concord #847C71

Tints of Concord #847C71

Color information

#847C71 (or 0x847C71) is unknown color: approx Concord. HEX triplet: 84, 7C and 71. RGB value is (132,124,113). Sum of RGB (Red+Green+Blue) = 132+124+113=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #847C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C71 is #7B838E. Grayscale: #7D7D7D. Windows color (decimal): -8094607 or 7437444. OLE color: 7437444.

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

Color convert

RGB132124113-
CMYK00.060.140.48
HSL34.74º7.76%48.04%-
HSV(B)34.74º14.39%51.76%-
XYZ19.720.5118.54-
YUV125.14121.15132.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=35.77%
G=33.60%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212411300.060.140.4834.747.7648.04
Hex847C7106E3023830
Octal204174161061660431060
Binary1000010011111001110001011011101100001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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