#847F78

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

Shades of Concord #847F78

Tints of Concord #847F78

Color information

#847F78 (or 0x847F78) is unknown color: approx Concord. HEX triplet: 84, 7F and 78. RGB value is (132,127,120). Sum of RGB (Red+Green+Blue) = 132+127+120=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #847F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F78 is #7B8087. Grayscale: #7F7F7F. Windows color (decimal): -8093832 or 7896964. OLE color: 7896964.

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

Color convert

RGB132127120-
CMYK00.040.090.48
HSL35º4.76%49.41%-
HSV(B)35º9.09%51.76%-
XYZ20.521.4420.83-
YUV127.7123.66131.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=34.83%
G=33.51%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212712000.040.090.48354.7649.41
Hex847F780493023531
Octal20417717004116043561
Binary100001001111111111100001001001110000100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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