Html Css Color HEX #846A75 Mauve Taupe

📋 copy color: '#846A75'

red 132 ◦ green 106 ◦ blue 117

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

Shades of Mauve Taupe #846A75

Tints of Mauve Taupe #846A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 37.18%
G = 29.86%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#846A75 (or 0x846A75) is known color: Mauve Taupe. HEX triplet: 84, 6A and 75. RGB value is (132,106,117). Sum of RGB (Red+Green+Blue) = 132+106+117=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A75 is #7B958A. Grayscale: #737373. Windows color (decimal): -8099211 or 7694980. OLE color: 7694980.

HSL color Cylindrical-coordinate representation of color #846A75: hue angle of 334.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A75 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 106 117 -
CMYK 0 0.20 0.11 0.48
HSL 334.62º 0.11% 0.47% -
HSV(B) 334.62º 0.2% 0.52% -
XYZ 17.88 16.5 19.07 -
YUV 115.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 132 106 117 0 0.20 0.11 0.48 334.62 0.11 0.47
Hex 84 6A 75 0 14 B 30 14F B 2F
Octal 204 152 165 0 24 13 60 517 13 57
Binary 10000100 1101010 1110101 0 10100 1011 110000 101001111 1011 101111

Color Harmonies of #846A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A75

Black with #846A75

Text Example


Text Example

White with #846A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A75; }

 p { color: rgb(132,106,117); }

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

background-color css

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

 a { background-color: rgb(132,106,117); }

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

border-color css

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

 span { border-color: rgb(132,106,117); }

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