Html Css Color HEX #945F73 Mauve Taupe

📋 copy color: '#945F73'

red 148 ◦ green 95 ◦ blue 115

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

Shades of Mauve Taupe #945F73

Tints of Mauve Taupe #945F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 41.34%
G = 26.54%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945F73 (or 0x945F73) is known color: Mauve Taupe. HEX triplet: 94, 5F and 73. RGB value is (148,95,115). Sum of RGB (Red+Green+Blue) = 148+95+115=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #945F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F73 is #6BA08C. Grayscale: #717171. Windows color (decimal): -7053453 or 7561108. OLE color: 7561108.

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

Color convert

RGB 148 95 115 -
CMYK 0 0.36 0.22 0.42
HSL 337.36º 0.22% 0.48% -
HSV(B) 337.36º 0.36% 0.58% -
XYZ 19.4 15.72 18.23 -
YUV 113.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 148 95 115 0 0.36 0.22 0.42 337.36 0.22 0.48
Hex 94 5F 73 0 24 16 2A 151 16 30
Octal 224 137 163 0 44 26 52 521 26 60
Binary 10010100 1011111 1110011 0 100100 10110 101010 101010001 10110 110000

Color Harmonies of #945F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F73

Black with #945F73

Text Example


Text Example

White with #945F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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