#847F79

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

Shades of Concord #847F79

Tints of Concord #847F79

Color information

#847F79 (or 0x847F79) is unknown color: approx Concord. HEX triplet: 84, 7F and 79. RGB value is (132,127,121). Sum of RGB (Red+Green+Blue) = 132+127+121=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #847F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F79 is #7B8086. Grayscale: #7F7F7F. Windows color (decimal): -8093831 or 7962500. OLE color: 7962500.

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

Color convert

RGB132127121-
CMYK00.040.080.48
HSL32.73º4.35%49.61%-
HSV(B)32.73º8.33%51.76%-
XYZ20.5621.4621.15-
YUV127.81124.16130.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=34.74%
G=33.42%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212712100.040.080.4832.734.3549.61
Hex847F790483021432
Octal20417717104106041462
Binary100001001111111111100101001000110000100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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