#84807B

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

Shades of Concord #84807B

Tints of Concord #84807B

Color information

#84807B (or 0x84807B) is unknown color: approx Concord. HEX triplet: 84, 80 and 7B. RGB value is (132,128,123). Sum of RGB (Red+Green+Blue) = 132+128+123=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #84807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84807B is #7B7F84. Grayscale: #808080. Windows color (decimal): -8093573 or 8093828. OLE color: 8093828.

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

Color convert

RGB132128123-
CMYK00.030.070.48
HSL33.33º3.53%50%-
HSV(B)33.33º6.82%51.76%-
XYZ20.8121.7721.84-
YUV128.63124.83130.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=34.46%
G=33.42%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212812300.030.070.4833.333.5350
Hex84807B0373021432
Octal2042001730376041462
Binary10000100100000001111011011111110000100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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