Html Css Color HEX #945D74 Mauve Taupe

📋 copy color: '#945D74'

red 148 ◦ green 93 ◦ blue 116

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

Shades of Mauve Taupe #945D74

Tints of Mauve Taupe #945D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 41.46%
G = 26.05%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945D74 (or 0x945D74) is known color: Mauve Taupe. HEX triplet: 94, 5D and 74. RGB value is (148,93,116). Sum of RGB (Red+Green+Blue) = 148+93+116=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #945D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D74 is #6BA28B. Grayscale: #707070. Windows color (decimal): -7053964 or 7626132. OLE color: 7626132.

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

Color convert

RGB 148 93 116 -
CMYK 0 0.37 0.22 0.42
HSL 334.91º 0.23% 0.47% -
HSV(B) 334.91º 0.37% 0.58% -
XYZ 19.28 15.39 18.48 -
YUV 112.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 148 93 116 0 0.37 0.22 0.42 334.91 0.23 0.47
Hex 94 5D 74 0 25 16 2A 14F 17 2F
Octal 224 135 164 0 45 26 52 517 27 57
Binary 10010100 1011101 1110100 0 100101 10110 101010 101001111 10111 101111

Color Harmonies of #945D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D74

Black with #945D74

Text Example


Text Example

White with #945D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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