Html Css Color HEX #826873 Mauve Taupe

📋 copy color: '#826873'

red 130 ◦ green 104 ◦ blue 115

#826873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #826873

Tints of Mauve Taupe #826873

RGB

 RED value IS 130 (51.17% from 255) = 37.25%

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 37.25%
G = 29.8%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#826873 (or 0x826873) is known color: Mauve Taupe. HEX triplet: 82, 68 and 73. RGB value is (130,104,115). Sum of RGB (Red+Green+Blue) = 130+104+115=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826873 is #7D978C. Grayscale: #717171. Windows color (decimal): -8230797 or 7563394. OLE color: 7563394.

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

Color convert

RGB 130 104 115 -
CMYK 0 0.2 0.12 0.49
HSL 334.62º 0.11% 0.46% -
HSV(B) 334.62º 0.2% 0.51% -
XYZ 17.25 15.88 18.38 -
YUV 113.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 130 104 115 0 0.2 0.12 0.49 334.62 0.11 0.46
Hex 82 68 73 0 14 C 31 14F B 2E
Octal 202 150 163 0 24 14 61 517 13 56
Binary 10000010 1101000 1110011 0 10100 1100 110001 101001111 1011 101110

Color Harmonies of #826873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826873

Black with #826873

Text Example


Text Example

White with #826873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826873; }

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

 H1.HeaderClassName
 {
   color: #826873;
 }
 .AnyTagClassName
 {
   color: #826873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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