Html Css Color HEX #846773 Mauve Taupe

📋 copy color: '#846773'

red 132 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #846773

Tints of Mauve Taupe #846773

RGB

 RED value IS 132 (51.95% from 255) = 37.71%

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 37.71%
G = 29.43%
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

#846773 (or 0x846773) is known color: Mauve Taupe. HEX triplet: 84, 67 and 73. RGB value is (132,103,115). Sum of RGB (Red+Green+Blue) = 132+103+115=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846773 is #7B988C. Grayscale: #717171. Windows color (decimal): -8099981 or 7563140. OLE color: 7563140.

HSL color Cylindrical-coordinate representation of color #846773: 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 #846773 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 103 115 -
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.46 15.84 18.36 -
YUV 113.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 132 103 115 0 0.22 0.13 0.48 335.17 0.12 0.46
Hex 84 67 73 0 16 D 30 14F C 2E
Octal 204 147 163 0 26 15 60 517 14 56
Binary 10000100 1100111 1110011 0 10110 1101 110000 101001111 1100 101110

Color Harmonies of #846773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846773

Black with #846773

Text Example


Text Example

White with #846773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846773; }

 p { color: rgb(132,103,115); }

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

background-color css

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

 a { background-color: rgb(132,103,115); }

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

border-color css

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

 span { border-color: rgb(132,103,115); }

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