#827C7C

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

Shades of Grey #827C7C

Tints of Grey #827C7C

Color information

#827C7C (or 0x827C7C) is unknown color: approx Grey. HEX triplet: 82, 7C and 7C. RGB value is (130,124,124). Sum of RGB (Red+Green+Blue) = 130+124+124=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C7C is #7D8383. Grayscale: #7D7D7D. Windows color (decimal): -8225668 or 8158338. OLE color: 8158338.

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

Color convert

RGB130124124-
CMYK00.050.050.49
HSL2.36%49.8%-
HSV(B)4.62%50.98%-
XYZ20.0520.6221.99-
YUV125.79126.99131-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=34.39%
G=32.80%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012412400.050.050.4902.3649.8
Hex827C7C055310232
Octal202174174055610262
Binary10000010111110011111000101101110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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