Html Css Color HEX #945E74 Mauve Taupe

📋 copy color: '#945E74'

red 148 ◦ green 94 ◦ blue 116

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

Shades of Mauve Taupe #945E74

Tints of Mauve Taupe #945E74

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 41.34%
G = 26.26%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945E74 (or 0x945E74) is known color: Mauve Taupe. HEX triplet: 94, 5E and 74. RGB value is (148,94,116). Sum of RGB (Red+Green+Blue) = 148+94+116=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #945E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E74 is #6BA18B. Grayscale: #707070. Windows color (decimal): -7053708 or 7626388. OLE color: 7626388.

HSL color Cylindrical-coordinate representation of color #945E74: hue angle of 335.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E74 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 116 -
CMYK 0 0.36 0.22 0.42
HSL 335.56º 0.22% 0.47% -
HSV(B) 335.56º 0.36% 0.58% -
XYZ 19.37 15.56 18.51 -
YUV 112.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 148 94 116 0 0.36 0.22 0.42 335.56 0.22 0.47
Hex 94 5E 74 0 24 16 2A 150 16 2F
Octal 224 136 164 0 44 26 52 520 26 57
Binary 10010100 1011110 1110100 0 100100 10110 101010 101010000 10110 101111

Color Harmonies of #945E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E74

Black with #945E74

Text Example


Text Example

White with #945E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E74; }

 p { color: rgb(148,94,116); }

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

background-color css

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

 a { background-color: rgb(148,94,116); }

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

border-color css

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

 span { border-color: rgb(148,94,116); }

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