#847C70

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

Shades of Concord #847C70

Tints of Concord #847C70

Color information

#847C70 (or 0x847C70) is unknown color: approx Concord. HEX triplet: 84, 7C and 70. RGB value is (132,124,112). Sum of RGB (Red+Green+Blue) = 132+124+112=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #847C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C70 is #7B838F. Grayscale: #7D7D7D. Windows color (decimal): -8094608 or 7371908. OLE color: 7371908.

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

Color convert

RGB132124112-
CMYK00.060.150.48
HSL36º8.2%47.84%-
HSV(B)36º15.15%51.76%-
XYZ19.6520.4918.25-
YUV125.02120.65132.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=35.87%
G=33.70%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212411200.060.150.48368.247.84
Hex847C7006F3024830
Octal204174160061760441060
Binary1000010011111001110000011011111100001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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