#827E72

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

Shades of Concord #827E72

Tints of Concord #827E72

Color information

#827E72 (or 0x827E72) is unknown color: approx Concord. HEX triplet: 82, 7E and 72. RGB value is (130,126,114). Sum of RGB (Red+Green+Blue) = 130+126+114=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E72 is #7D818D. Grayscale: #7D7D7D. Windows color (decimal): -8225166 or 7503490. OLE color: 7503490.

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

Color convert

RGB130126114-
CMYK00.030.120.49
HSL45º6.56%47.84%-
HSV(B)45º12.31%50.98%-
XYZ19.720.8818.91-
YUV125.83121.33130.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=35.14%
G=34.05%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012611400.030.120.49456.5647.84
Hex827E7203C312d730
Octal20217616203146155760
Binary10000010111111011100100111100110001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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