Html Css Color HEX #945E72 Mauve Taupe

📋 copy color: '#945E72'

red 148 ◦ green 94 ◦ blue 114

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

Shades of Mauve Taupe #945E72

Tints of Mauve Taupe #945E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 41.57%
G = 26.4%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#945E72 (or 0x945E72) is known color: Mauve Taupe. HEX triplet: 94, 5E and 72. RGB value is (148,94,114). Sum of RGB (Red+Green+Blue) = 148+94+114=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E72 is #6BA18D. Grayscale: #707070. Windows color (decimal): -7053710 or 7495316. OLE color: 7495316.

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

Color convert

RGB 148 94 114 -
CMYK 0 0.36 0.23 0.42
HSL 337.78º 0.22% 0.47% -
HSV(B) 337.78º 0.36% 0.58% -
XYZ 19.25 15.52 17.9 -
YUV 112.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 148 94 114 0 0.36 0.23 0.42 337.78 0.22 0.47
Hex 94 5E 72 0 24 17 2A 152 16 2F
Octal 224 136 162 0 44 27 52 522 26 57
Binary 10010100 1011110 1110010 0 100100 10111 101010 101010010 10110 101111

Color Harmonies of #945E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E72

Black with #945E72

Text Example


Text Example

White with #945E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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