Html Css Color HEX #856874 Mauve Taupe

📋 copy color: '#856874'

red 133 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #856874

Tints of Mauve Taupe #856874

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

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

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

R = 37.68%
G = 29.46%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856874 (or 0x856874) is known color: Mauve Taupe. HEX triplet: 85, 68 and 74. RGB value is (133,104,116). Sum of RGB (Red+Green+Blue) = 133+104+116=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856874 is #7A978B. Grayscale: #727272. Windows color (decimal): -8034188 or 7628933. OLE color: 7628933.

HSL color Cylindrical-coordinate representation of color #856874: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856874 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 116 -
CMYK 0 0.22 0.13 0.48
HSL 335.17º 0.12% 0.46% -
HSV(B) 335.17º 0.22% 0.52% -
XYZ 17.78 16.15 18.7 -
YUV 114.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 133 104 116 0 0.22 0.13 0.48 335.17 0.12 0.46
Hex 85 68 74 0 16 D 30 14F C 2E
Octal 205 150 164 0 26 15 60 517 14 56
Binary 10000101 1101000 1110100 0 10110 1101 110000 101001111 1100 101110

Color Harmonies of #856874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856874

Black with #856874

Text Example


Text Example

White with #856874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856874; }

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

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

background-color css

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

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

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

border-color css

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

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

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