#827E74

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

Shades of Concord #827E74

Tints of Concord #827E74

Color information

#827E74 (or 0x827E74) is unknown color: approx Concord. HEX triplet: 82, 7E and 74. RGB value is (130,126,116). Sum of RGB (Red+Green+Blue) = 130+126+116=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #827E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E74 is #7D818B. Grayscale: #7E7E7E. Windows color (decimal): -8225164 or 7634562. OLE color: 7634562.

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

Color convert

RGB130126116-
CMYK00.030.110.49
HSL42.86º5.69%48.24%-
HSV(B)42.86º10.77%50.98%-
XYZ19.8220.9319.52-
YUV126.06122.33130.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=34.95%
G=33.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012611600.030.110.4942.865.6948.24
Hex827E7403B312b630
Octal20217616403136153660
Binary10000010111111011101000111011110001101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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