Html Css Color HEX #945A75 Mauve Taupe

📋 copy color: '#945A75'

red 148 ◦ green 90 ◦ blue 117

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

Shades of Mauve Taupe #945A75

Tints of Mauve Taupe #945A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 41.69%
G = 25.35%
B = 32.96%

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

#945A75 (or 0x945A75) is known color: Mauve Taupe. HEX triplet: 94, 5A and 75. RGB value is (148,90,117). Sum of RGB (Red+Green+Blue) = 148+90+117=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #945A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A75 is #6BA58A. Grayscale: #6E6E6E. Windows color (decimal): -7054731 or 7690900. OLE color: 7690900.

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

Color convert

RGB 148 90 117 -
CMYK 0 0.39 0.21 0.42
HSL 332.07º 0.24% 0.47% -
HSV(B) 332.07º 0.39% 0.58% -
XYZ 19.08 14.89 18.7 -
YUV 110.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 148 90 117 0 0.39 0.21 0.42 332.07 0.24 0.47
Hex 94 5A 75 0 27 15 2A 14C 18 2F
Octal 224 132 165 0 47 25 52 514 30 57
Binary 10010100 1011010 1110101 0 100111 10101 101010 101001100 11000 101111

Color Harmonies of #945A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A75

Black with #945A75

Text Example


Text Example

White with #945A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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