#826773

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

Shades of Mauve Taupe #826773

Tints of Mauve Taupe #826773

Color information

#826773 (or 0x826773) is unknown color: approx Mauve Taupe. HEX triplet: 82, 67 and 73. RGB value is (130,103,115). Sum of RGB (Red+Green+Blue) = 130+103+115=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #826773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826773 is #7D988C. Grayscale: #707070. Windows color (decimal): -8231053 or 7563138. OLE color: 7563138.

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

Color convert

RGB130103115-
CMYK00.210.120.49
HSL333.33º11.59%45.69%-
HSV(B)333.33º20.77%50.98%-
XYZ17.1515.6818.34-
YUV112.44129.45140.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=37.36%
G=29.60%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010311500.210.120.49333.3311.5945.69
Hex826773015C3114dc2e
Octal20214716302514615151456
Binary100000101100111111001101010111001100011010011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826773; }

 p { color: rgb(130,103,115); }

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

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

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

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

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

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

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