Html Css Color HEX #856072 Mauve Taupe

📋 copy color: '#856072'

red 133 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #856072

Tints of Mauve Taupe #856072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 38.78%
G = 27.99%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856072 (or 0x856072) is known color: Mauve Taupe. HEX triplet: 85, 60 and 72. RGB value is (133,96,114). Sum of RGB (Red+Green+Blue) = 133+96+114=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #856072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856072 is #7A9F8D. Grayscale: #6D6D6D. Windows color (decimal): -8036238 or 7495813. OLE color: 7495813.

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

Color convert

RGB 133 96 114 -
CMYK 0 0.28 0.14 0.48
HSL 330.81º 0.16% 0.45% -
HSV(B) 330.81º 0.28% 0.52% -
XYZ 16.89 14.57 17.84 -
YUV 109.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 133 96 114 0 0.28 0.14 0.48 330.81 0.16 0.45
Hex 85 60 72 0 1C E 30 14B 10 2D
Octal 205 140 162 0 34 16 60 513 20 55
Binary 10000101 1100000 1110010 0 11100 1110 110000 101001011 10000 101101

Color Harmonies of #856072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856072

Black with #856072

Text Example


Text Example

White with #856072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856072; }

 p { color: rgb(133,96,114); }

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

background-color css

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

 a { background-color: rgb(133,96,114); }

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

border-color css

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

 span { border-color: rgb(133,96,114); }

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