Html Css Color HEX #826672 Mauve Taupe

📋 copy color: '#826672'

red 130 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #826672

Tints of Mauve Taupe #826672

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 value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#826672 (or 0x826672) is known color: 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

RGB 130 102 114 -
CMYK 0 0.22 0.12 0.49
HSL 334.29º 0.12% 0.45% -
HSV(B) 334.29º 0.22% 0.51% -
XYZ 16.99 15.46 18.01 -
YUV 111.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 130 102 114 0 0.22 0.12 0.49 334.29 0.12 0.45
Hex 82 66 72 0 16 C 31 14E C 2D
Octal 202 146 162 0 26 14 61 516 14 55
Binary 10000010 1100110 1110010 0 10110 1100 110001 101001110 1100 101101

Color Harmonies of #826672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826672

Black with #826672

Text Example


Text Example

White with #826672

Text Example


Text Example

HTML Codes & Css Web 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>