#84807A

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

Shades of Concord #84807A

Tints of Concord #84807A

Color information

#84807A (or 0x84807A) is unknown color: approx Concord. HEX triplet: 84, 80 and 7A. RGB value is (132,128,122). Sum of RGB (Red+Green+Blue) = 132+128+122=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 132 - color contains mainly: red. Hex color #84807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84807A is #7B7F85. Grayscale: #808080. Windows color (decimal): -8093574 or 8028292. OLE color: 8028292.

HSL color Cylindrical-coordinate representation of color #84807A: hue angle of 36º 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 #84807A is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132128122-
CMYK00.030.080.48
HSL36º3.94%49.8%-
HSV(B)36º7.58%51.76%-
XYZ20.7521.7521.52-
YUV128.51124.33130.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=34.55%
G=33.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212812200.030.080.48363.9449.8
Hex84807A0383024432
Octal20420017203106044462
Binary100001001000000011110100111000110000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84807A; }

 p { color: rgb(132,128,122); }

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

<style>
 a { background-color: #84807A; }

 a { background-color: rgb(132,128,122); }

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

<style>
 span { border-color: #84807A; }

 span { border-color: rgb(132,128,122); }

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