#848077

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

Shades of Concord #848077

Tints of Concord #848077

Color information

#848077 (or 0x848077) is unknown color: approx Concord. HEX triplet: 84, 80 and 77. RGB value is (132,128,119). Sum of RGB (Red+Green+Blue) = 132+128+119=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #848077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848077 is #7B7F88. Grayscale: #808080. Windows color (decimal): -8093577 or 7831684. OLE color: 7831684.

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

Color convert

RGB132128119-
CMYK00.030.100.48
HSL41.54º5.18%49.22%-
HSV(B)41.54º9.85%51.76%-
XYZ20.5621.6820.55-
YUV128.17122.83130.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=34.83%
G=33.77%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811900.030.100.4841.545.1849.22
Hex84807703A302a531
Octal20420016703126052561
Binary100001001000000011101110111010110000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848077; }

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

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

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

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

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

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

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

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