Html Css Color HEX #836770 Mauve Taupe

📋 copy color: '#836770'

red 131 ◦ green 103 ◦ blue 112

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

Shades of Mauve Taupe #836770

Tints of Mauve Taupe #836770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 37.86%
G = 29.77%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#836770 (or 0x836770) is known color: Mauve Taupe. HEX triplet: 83, 67 and 70. RGB value is (131,103,112). Sum of RGB (Red+Green+Blue) = 131+103+112=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836770 is #7C988F. Grayscale: #707070. Windows color (decimal): -8165520 or 7366531. OLE color: 7366531.

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

Color convert

RGB 131 103 112 -
CMYK 0 0.21 0.15 0.49
HSL 340.71º 0.12% 0.46% -
HSV(B) 340.71º 0.21% 0.51% -
XYZ 17.13 15.7 17.46 -
YUV 112.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 131 103 112 0 0.21 0.15 0.49 340.71 0.12 0.46
Hex 83 67 70 0 15 F 31 155 C 2E
Octal 203 147 160 0 25 17 61 525 14 56
Binary 10000011 1100111 1110000 0 10101 1111 110001 101010101 1100 101110

Color Harmonies of #836770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836770

Black with #836770

Text Example


Text Example

White with #836770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836770; }

 p { color: rgb(131,103,112); }

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

background-color css

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

 a { background-color: rgb(131,103,112); }

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

border-color css

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

 span { border-color: rgb(131,103,112); }

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