#827F79

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

Shades of Concord #827F79

Tints of Concord #827F79

Color information

#827F79 (or 0x827F79) is unknown color: approx Concord. HEX triplet: 82, 7F and 79. RGB value is (130,127,121). Sum of RGB (Red+Green+Blue) = 130+127+121=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F79 is #7D8086. Grayscale: #7F7F7F. Windows color (decimal): -8224903 or 7962498. OLE color: 7962498.

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

Color convert

RGB130127121-
CMYK00.020.070.49
HSL40º3.59%49.22%-
HSV(B)40º6.92%50.98%-
XYZ20.2521.3121.13-
YUV127.21124.49129.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=34.39%
G=33.60%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012712100.020.070.49403.5949.22
Hex827F790273128431
Octal2021771710276150461
Binary1000001011111111111001010111110001101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,121); }

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

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

 a { background-color: rgb(130,127,121); }

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

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

 span { border-color: rgb(130,127,121); }

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