Html Css Color HEX #856770 Mauve Taupe

📋 copy color: '#856770'

red 133 ◦ green 103 ◦ blue 112

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

Shades of Mauve Taupe #856770

Tints of Mauve Taupe #856770

RGB

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

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

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

R = 38.22%
G = 29.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#856770 (or 0x856770) is known color: Mauve Taupe. HEX triplet: 85, 67 and 70. RGB value is (133,103,112). Sum of RGB (Red+Green+Blue) = 133+103+112=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856770 is #7A988F. Grayscale: #707070. Windows color (decimal): -8034448 or 7366533. OLE color: 7366533.

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

Color convert

RGB 133 103 112 -
CMYK 0 0.23 0.16 0.48
HSL 342º 0.13% 0.46% -
HSV(B) 342º 0.23% 0.52% -
XYZ 17.45 15.86 17.47 -
YUV 113 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 133 103 112 0 0.23 0.16 0.48 342 0.13 0.46
Hex 85 67 70 0 17 10 30 156 D 2E
Octal 205 147 160 0 27 20 60 526 15 56
Binary 10000101 1100111 1110000 0 10111 10000 110000 101010110 1101 101110

Color Harmonies of #856770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856770

Black with #856770

Text Example


Text Example

White with #856770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856770; }

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

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

background-color css

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

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

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

border-color css

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

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

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