Html Css Color HEX #846874 Mauve Taupe

📋 copy color: '#846874'

red 132 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #846874

Tints of Mauve Taupe #846874

RGB

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

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

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

R = 37.5%
G = 29.55%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#846874 (or 0x846874) is known color: Mauve Taupe. HEX triplet: 84, 68 and 74. RGB value is (132,104,116). Sum of RGB (Red+Green+Blue) = 132+104+116=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #846874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846874 is #7B978B. Grayscale: #717171. Windows color (decimal): -8099724 or 7628932. OLE color: 7628932.

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

Color convert

RGB 132 104 116 -
CMYK 0 0.21 0.12 0.48
HSL 334.29º 0.12% 0.46% -
HSV(B) 334.29º 0.21% 0.52% -
XYZ 17.62 16.07 18.7 -
YUV 113.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 132 104 116 0 0.21 0.12 0.48 334.29 0.12 0.46
Hex 84 68 74 0 15 C 30 14E C 2E
Octal 204 150 164 0 25 14 60 516 14 56
Binary 10000100 1101000 1110100 0 10101 1100 110000 101001110 1100 101110

Color Harmonies of #846874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846874

Black with #846874

Text Example


Text Example

White with #846874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846874; }

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

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

background-color css

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

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

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

border-color css

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

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

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