Html Css Color HEX #836874 Mauve Taupe

📋 copy color: '#836874'

red 131 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #836874

Tints of Mauve Taupe #836874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 37.32%
G = 29.63%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#836874 (or 0x836874) is known color: Mauve Taupe. HEX triplet: 83, 68 and 74. RGB value is (131,104,116). Sum of RGB (Red+Green+Blue) = 131+104+116=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836874 is #7C978B. Grayscale: #717171. Windows color (decimal): -8165260 or 7628931. OLE color: 7628931.

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

Color convert

RGB 131 104 116 -
CMYK 0 0.21 0.11 0.49
HSL 333.33º 0.11% 0.46% -
HSV(B) 333.33º 0.21% 0.51% -
XYZ 17.46 15.99 18.69 -
YUV 113.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 131 104 116 0 0.21 0.11 0.49 333.33 0.11 0.46
Hex 83 68 74 0 15 B 31 14D B 2E
Octal 203 150 164 0 25 13 61 515 13 56
Binary 10000011 1101000 1110100 0 10101 1011 110001 101001101 1011 101110

Color Harmonies of #836874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836874

Black with #836874

Text Example


Text Example

White with #836874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836874; }

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

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

background-color css

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

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

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

border-color css

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

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

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