Html Css Color HEX #915774 Mauve Taupe

📋 copy color: '#915774'

red 145 ◦ green 87 ◦ blue 116

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

Shades of Mauve Taupe #915774

Tints of Mauve Taupe #915774

RGB

 RED value IS 145 (57.03% from 255) = 41.67%

 GREEN value IS 87 (34.38% from 255) = 25%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#915774 (or 0x915774) is known color: Mauve Taupe. HEX triplet: 91, 57 and 74. RGB value is (145,87,116). Sum of RGB (Red+Green+Blue) = 145+87+116=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #915774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915774 is #6EA88B. Grayscale: #6B6B6B. Windows color (decimal): -7252108 or 7624593. OLE color: 7624593.

HSL color Cylindrical-coordinate representation of color #915774: hue angle of 330º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915774 is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 87 116 -
CMYK 0 0.4 0.2 0.43
HSL 330º 0.25% 0.45% -
HSV(B) 330º 0.4% 0.57% -
XYZ 18.24 14.1 18.28 -
YUV 107.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 145 87 116 0 0.4 0.2 0.43 330 0.25 0.45
Hex 91 57 74 0 28 14 2B 14A 19 2D
Octal 221 127 164 0 50 24 53 512 31 55
Binary 10010001 1010111 1110100 0 101000 10100 101011 101001010 11001 101101

Color Harmonies of #915774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915774

Black with #915774

Text Example


Text Example

White with #915774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915774; }

 p { color: rgb(145,87,116); }

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

background-color css

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

 a { background-color: rgb(145,87,116); }

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

border-color css

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

 span { border-color: rgb(145,87,116); }

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