#827E75

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

Shades of Concord #827E75

Tints of Concord #827E75

Color information

#827E75 (or 0x827E75) is unknown color: approx Concord. HEX triplet: 82, 7E and 75. RGB value is (130,126,117). Sum of RGB (Red+Green+Blue) = 130+126+117=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #827E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E75 is #7D818A. Grayscale: #7E7E7E. Windows color (decimal): -8225163 or 7700098. OLE color: 7700098.

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

Color convert

RGB130126117-
CMYK00.030.10.49
HSL41.54º5.26%48.43%-
HSV(B)41.54º10%50.98%-
XYZ19.8820.9519.83-
YUV126.17122.83130.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=34.85%
G=33.78%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012611700.030.10.4941.545.2648.43
Hex827E7503A312a530
Octal20217616503126152560
Binary10000010111111011101010111010110001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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