#827B7A

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

Shades of Grey #827B7A

Tints of Grey #827B7A

Color information

#827B7A (or 0x827B7A) is unknown color: approx Grey. HEX triplet: 82, 7B and 7A. RGB value is (130,123,122). Sum of RGB (Red+Green+Blue) = 130+123+122=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #827B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B7A is #7D8485. Grayscale: #7C7C7C. Windows color (decimal): -8225926 or 8027010. OLE color: 8027010.

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

Color convert

RGB130123122-
CMYK00.050.060.49
HSL7.5º3.17%49.41%-
HSV(B)7.5º6.15%50.98%-
XYZ19.820.3221.29-
YUV124.98126.32131.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=34.67%
G=32.8%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012312200.050.060.497.53.1749.41
Hex827B7A056317331
Octal202173172056617361
Binary1000001011110111111010010111011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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