Html Css Color HEX #945F75 Mauve Taupe

📋 copy color: '#945F75'

red 148 ◦ green 95 ◦ blue 117

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

Shades of Mauve Taupe #945F75

Tints of Mauve Taupe #945F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

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

R = 41.11%
G = 26.39%
B = 32.5%

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

#945F75 (or 0x945F75) is known color: Mauve Taupe. HEX triplet: 94, 5F and 75. RGB value is (148,95,117). Sum of RGB (Red+Green+Blue) = 148+95+117=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #945F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F75 is #6BA08A. Grayscale: #717171. Windows color (decimal): -7053451 or 7692180. OLE color: 7692180.

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

Color convert

RGB 148 95 117 -
CMYK 0 0.36 0.21 0.42
HSL 335.09º 0.22% 0.48% -
HSV(B) 335.09º 0.36% 0.58% -
XYZ 19.52 15.76 18.84 -
YUV 113.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 148 95 117 0 0.36 0.21 0.42 335.09 0.22 0.48
Hex 94 5F 75 0 24 15 2A 14F 16 30
Octal 224 137 165 0 44 25 52 517 26 60
Binary 10010100 1011111 1110101 0 100100 10101 101010 101001111 10110 110000

Color Harmonies of #945F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F75

Black with #945F75

Text Example


Text Example

White with #945F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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