#847F77

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

Shades of Concord #847F77

Tints of Concord #847F77

Color information

#847F77 (or 0x847F77) is unknown color: approx Concord. HEX triplet: 84, 7F and 77. RGB value is (132,127,119). Sum of RGB (Red+Green+Blue) = 132+127+119=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F77 is #7B8088. Grayscale: #7F7F7F. Windows color (decimal): -8093833 or 7831428. OLE color: 7831428.

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

Color convert

RGB132127119-
CMYK00.040.100.48
HSL36.92º5.18%49.22%-
HSV(B)36.92º9.85%51.76%-
XYZ20.4321.4220.51-
YUV127.58123.16131.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=34.92%
G=33.60%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212711900.040.100.4836.925.1849.22
Hex847F7704A3025531
Octal20417716704126045561
Binary100001001111111111011101001010110000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,119); }

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

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

 a { background-color: rgb(132,127,119); }

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

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

 span { border-color: rgb(132,127,119); }

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