#827E76

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

Shades of Concord #827E76

Tints of Concord #827E76

Color information

#827E76 (or 0x827E76) is unknown color: approx Concord. HEX triplet: 82, 7E and 76. RGB value is (130,126,118). Sum of RGB (Red+Green+Blue) = 130+126+118=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #827E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E76 is #7D8189. Grayscale: #7E7E7E. Windows color (decimal): -8225162 or 7765634. OLE color: 7765634.

HSL color Cylindrical-coordinate representation of color #827E76: hue angle of 40º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827E76 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB130126118-
CMYK00.030.090.49
HSL40º4.84%48.63%-
HSV(B)40º9.23%50.98%-
XYZ19.9420.9820.14-
YUV126.28123.33130.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=34.76%
G=33.69%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012611800.030.090.49404.8448.63
Hex827E760393128531
Octal20217616603116150561
Binary10000010111111011101100111001110001101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E76; }

 p { color: rgb(130,126,118); }

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

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

 a { background-color: rgb(130,126,118); }

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

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

 span { border-color: rgb(130,126,118); }

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