#827B70

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

Shades of Concord #827B70

Tints of Concord #827B70

Color information

#827B70 (or 0x827B70) is unknown color: approx Concord. HEX triplet: 82, 7B and 70. RGB value is (130,123,112). Sum of RGB (Red+Green+Blue) = 130+123+112=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B70 is #7D848F. Grayscale: #7B7B7B. Windows color (decimal): -8225936 or 7371650. OLE color: 7371650.

HSL color Cylindrical-coordinate representation of color #827B70: hue angle of 36.67º 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 #827B70 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB130123112-
CMYK00.050.140.49
HSL36.67º7.44%47.45%-
HSV(B)36.67º13.85%50.98%-
XYZ19.2120.0818.19-
YUV123.84121.32132.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=35.62%
G=33.70%
B=30.68%

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
Decimal13012311200.050.140.4936.677.4447.45
Hex827B7005E312572f
Octal20217316005166145757
Binary100000101111011111000001011110110001100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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