Html Css Color HEX #826771 Mauve Taupe

📋 copy color: '#826771'

red 130 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #826771

Tints of Mauve Taupe #826771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 37.57%
G = 29.77%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#826771 (or 0x826771) is known color: Mauve Taupe. HEX triplet: 82, 67 and 71. RGB value is (130,103,113). Sum of RGB (Red+Green+Blue) = 130+103+113=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826771 is #7D988E. Grayscale: #707070. Windows color (decimal): -8231055 or 7432066. OLE color: 7432066.

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

Color convert

RGB 130 103 113 -
CMYK 0 0.21 0.13 0.49
HSL 337.78º 0.12% 0.46% -
HSV(B) 337.78º 0.21% 0.51% -
XYZ 17.04 15.64 17.74 -
YUV 112.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 130 103 113 0 0.21 0.13 0.49 337.78 0.12 0.46
Hex 82 67 71 0 15 D 31 152 C 2E
Octal 202 147 161 0 25 15 61 522 14 56
Binary 10000010 1100111 1110001 0 10101 1101 110001 101010010 1100 101110

Color Harmonies of #826771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826771

Black with #826771

Text Example


Text Example

White with #826771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826771; }

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

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

background-color css

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

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

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

border-color css

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

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

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