#827C70

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

Shades of Concord #827C70

Tints of Concord #827C70

Color information

#827C70 (or 0x827C70) is unknown color: approx Concord. HEX triplet: 82, 7C and 70. RGB value is (130,124,112). Sum of RGB (Red+Green+Blue) = 130+124+112=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C70 is #7D838F. Grayscale: #7C7C7C. Windows color (decimal): -8225680 or 7371906. OLE color: 7371906.

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

Color convert

RGB130124112-
CMYK00.050.140.49
HSL40º7.44%47.45%-
HSV(B)40º13.85%50.98%-
XYZ19.3420.3318.23-
YUV124.43120.99131.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=35.52%
G=33.88%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012411200.050.140.49407.4447.45
Hex827C7005E312872f
Octal20217416005166150757
Binary100000101111100111000001011110110001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,112); }

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

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

 a { background-color: rgb(130,124,112); }

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

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

 span { border-color: rgb(130,124,112); }

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