Html Css Color HEX #836872 Mauve Taupe

📋 copy color: '#836872'

red 131 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #836872

Tints of Mauve Taupe #836872

RGB

 RED value IS 131 (51.56% from 255) = 37.54%

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

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

R = 37.54%
G = 29.8%
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

#836872 (or 0x836872) is known color: Mauve Taupe. HEX triplet: 83, 68 and 72. RGB value is (131,104,114). Sum of RGB (Red+Green+Blue) = 131+104+114=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836872 is #7C978D. Grayscale: #717171. Windows color (decimal): -8165262 or 7497859. OLE color: 7497859.

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

Color convert

RGB 131 104 114 -
CMYK 0 0.21 0.13 0.49
HSL 337.78º 0.11% 0.46% -
HSV(B) 337.78º 0.21% 0.51% -
XYZ 17.35 15.94 18.08 -
YUV 113.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 131 104 114 0 0.21 0.13 0.49 337.78 0.11 0.46
Hex 83 68 72 0 15 D 31 152 B 2E
Octal 203 150 162 0 25 15 61 522 13 56
Binary 10000011 1101000 1110010 0 10101 1101 110001 101010010 1011 101110

Color Harmonies of #836872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836872

Black with #836872

Text Example


Text Example

White with #836872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836872; }

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

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

background-color css

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

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

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

border-color css

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

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

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