#826672

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

Shades of Mauve Taupe #826672

Tints of Mauve Taupe #826672

Color information

#826672 (or 0x826672) is unknown color: approx Mauve Taupe. HEX triplet: 82, 66 and 72. RGB value is (130,102,114). Sum of RGB (Red+Green+Blue) = 130+102+114=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826672 is #7D998D. Grayscale: #6F6F6F. Windows color (decimal): -8231310 or 7497346. OLE color: 7497346.

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

Color convert

RGB130102114-
CMYK00.220.120.49
HSL334.29º12.07%45.49%-
HSV(B)334.29º21.54%50.98%-
XYZ16.9915.4618.01-
YUV111.74129.28141.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=37.57%
G=29.48%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010211400.220.120.49334.2912.0745.49
Hex826672016C3114ec2d
Octal20214616202614615161455
Binary100000101100110111001001011011001100011010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826672; }

 p { color: rgb(130,102,114); }

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

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

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

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

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

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

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