Html Css Color HEX #846774 Mauve Taupe

📋 copy color: '#846774'

red 132 ◦ green 103 ◦ blue 116

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

Shades of Mauve Taupe #846774

Tints of Mauve Taupe #846774

RGB

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

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

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

R = 37.61%
G = 29.34%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#846774 (or 0x846774) is known color: Mauve Taupe. HEX triplet: 84, 67 and 74. RGB value is (132,103,116). Sum of RGB (Red+Green+Blue) = 132+103+116=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846774 is #7B988B. Grayscale: #717171. Windows color (decimal): -8099980 or 7628676. OLE color: 7628676.

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

Color convert

RGB 132 103 116 -
CMYK 0 0.22 0.12 0.48
HSL 333.1º 0.12% 0.46% -
HSV(B) 333.1º 0.22% 0.52% -
XYZ 17.52 15.87 18.66 -
YUV 113.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 132 103 116 0 0.22 0.12 0.48 333.1 0.12 0.46
Hex 84 67 74 0 16 C 30 14D C 2E
Octal 204 147 164 0 26 14 60 515 14 56
Binary 10000100 1100111 1110100 0 10110 1100 110000 101001101 1100 101110

Color Harmonies of #846774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846774

Black with #846774

Text Example


Text Example

White with #846774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846774; }

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

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

background-color css

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

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

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

border-color css

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

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

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