Html Css Color HEX #945B75 Mauve Taupe

📋 copy color: '#945B75'

red 148 ◦ green 91 ◦ blue 117

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

Shades of Mauve Taupe #945B75

Tints of Mauve Taupe #945B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

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

R = 41.57%
G = 25.56%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#945B75 (or 0x945B75) is known color: Mauve Taupe. HEX triplet: 94, 5B and 75. RGB value is (148,91,117). Sum of RGB (Red+Green+Blue) = 148+91+117=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B75 is #6BA48A. Grayscale: #6E6E6E. Windows color (decimal): -7054475 or 7691156. OLE color: 7691156.

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

Color convert

RGB 148 91 117 -
CMYK 0 0.39 0.21 0.42
HSL 332.63º 0.24% 0.47% -
HSV(B) 332.63º 0.39% 0.58% -
XYZ 19.16 15.06 18.73 -
YUV 111.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 148 91 117 0 0.39 0.21 0.42 332.63 0.24 0.47
Hex 94 5B 75 0 27 15 2A 14D 18 2F
Octal 224 133 165 0 47 25 52 515 30 57
Binary 10010100 1011011 1110101 0 100111 10101 101010 101001101 11000 101111

Color Harmonies of #945B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945B75

Black with #945B75

Text Example


Text Example

White with #945B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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