Html Css Color HEX #826872 Mauve Taupe

📋 copy color: '#826872'

red 130 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #826872

Tints of Mauve Taupe #826872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 37.36%
G = 29.89%
B = 32.76%

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

#826872 (or 0x826872) is known color: Mauve Taupe. HEX triplet: 82, 68 and 72. RGB value is (130,104,114). Sum of RGB (Red+Green+Blue) = 130+104+114=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #826872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826872 is #7D978D. Grayscale: #707070. Windows color (decimal): -8230798 or 7497858. OLE color: 7497858.

HSL color Cylindrical-coordinate representation of color #826872: hue angle of 336.92º 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 #826872 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 114 -
CMYK 0 0.2 0.12 0.49
HSL 336.92º 0.11% 0.46% -
HSV(B) 336.92º 0.2% 0.51% -
XYZ 17.19 15.86 18.07 -
YUV 112.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 130 104 114 0 0.2 0.12 0.49 336.92 0.11 0.46
Hex 82 68 72 0 14 C 31 151 B 2E
Octal 202 150 162 0 24 14 61 521 13 56
Binary 10000010 1101000 1110010 0 10100 1100 110001 101010001 1011 101110

Color Harmonies of #826872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826872

Black with #826872

Text Example


Text Example

White with #826872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826872; }

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

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

background-color css

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

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

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

border-color css

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

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

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