Html Css Color HEX #865E72 Mauve Taupe

📋 copy color: '#865E72'

red 134 ◦ green 94 ◦ blue 114

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

Shades of Mauve Taupe #865E72

Tints of Mauve Taupe #865E72

RGB

 RED value IS 134 (52.73% from 255) = 39.18%

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 39.18%
G = 27.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865E72 (or 0x865E72) is known color: Mauve Taupe. HEX triplet: 86, 5E and 72. RGB value is (134,94,114). Sum of RGB (Red+Green+Blue) = 134+94+114=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E72 is #79A18D. Grayscale: #6C6C6C. Windows color (decimal): -7971214 or 7495302. OLE color: 7495302.

HSL color Cylindrical-coordinate representation of color #865E72: hue angle of 330º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E72 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 114 -
CMYK 0 0.30 0.15 0.47
HSL 330º 0.18% 0.45% -
HSV(B) 330º 0.3% 0.53% -
XYZ 16.87 14.29 17.79 -
YUV 108.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 134 94 114 0 0.30 0.15 0.47 330 0.18 0.45
Hex 86 5E 72 0 1E F 2F 14A 12 2D
Octal 206 136 162 0 36 17 57 512 22 55
Binary 10000110 1011110 1110010 0 11110 1111 101111 101001010 10010 101101

Color Harmonies of #865E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E72

Black with #865E72

Text Example


Text Example

White with #865E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E72; }

 p { color: rgb(134,94,114); }

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

background-color css

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

 a { background-color: rgb(134,94,114); }

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

border-color css

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

 span { border-color: rgb(134,94,114); }

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