#827F81

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

Shades of Taupe Grey #827F81

Tints of Taupe Grey #827F81

Color information

#827F81 (or 0x827F81) is unknown color: approx Taupe Grey. HEX triplet: 82, 7F and 81. RGB value is (130,127,129). Sum of RGB (Red+Green+Blue) = 130+127+129=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 130 - color contains mainly: red. Hex color #827F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F81 is #7D807E. Grayscale: #808080. Windows color (decimal): -8224895 or 8486786. OLE color: 8486786.

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

Color convert

RGB130127129-
CMYK00.020.010.49
HSL320º1.19%50.39%-
HSV(B)320º2.31%50.98%-
XYZ20.7621.5123.83-
YUV128.12128.49129.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=33.68%
G=32.90%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012712900.020.010.493201.1950.39
Hex827F8102131140132
Octal20217720102161500162
Binary1000001011111111000000101011100011010000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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