Html Css Color HEX #945E75 Mauve Taupe

📋 copy color: '#945E75'

red 148 ◦ green 94 ◦ blue 117

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

Shades of Mauve Taupe #945E75

Tints of Mauve Taupe #945E75

RGB

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

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

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

R = 41.23%
G = 26.18%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#945E75 (or 0x945E75) is known color: Mauve Taupe. HEX triplet: 94, 5E and 75. RGB value is (148,94,117). Sum of RGB (Red+Green+Blue) = 148+94+117=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #945E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E75 is #6BA18A. Grayscale: #707070. Windows color (decimal): -7053707 or 7691924. OLE color: 7691924.

HSL color Cylindrical-coordinate representation of color #945E75: hue angle of 334.44º 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 #945E75 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 117 -
CMYK 0 0.36 0.21 0.42
HSL 334.44º 0.22% 0.47% -
HSV(B) 334.44º 0.36% 0.58% -
XYZ 19.43 15.59 18.81 -
YUV 112.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 148 94 117 0 0.36 0.21 0.42 334.44 0.22 0.47
Hex 94 5E 75 0 24 15 2A 14E 16 2F
Octal 224 136 165 0 44 25 52 516 26 57
Binary 10010100 1011110 1110101 0 100100 10101 101010 101001110 10110 101111

Color Harmonies of #945E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E75

Black with #945E75

Text Example


Text Example

White with #945E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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