Html Css Color HEX #905772 Mauve Taupe

📋 copy color: '#905772'

red 144 ◦ green 87 ◦ blue 114

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

Shades of Mauve Taupe #905772

Tints of Mauve Taupe #905772

RGB

 RED value IS 144 (56.64% from 255) = 41.74%

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

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 41.74%
G = 25.22%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#905772 (or 0x905772) is known color: Mauve Taupe. HEX triplet: 90, 57 and 72. RGB value is (144,87,114). Sum of RGB (Red+Green+Blue) = 144+87+114=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905772 is #6FA88D. Grayscale: #6B6B6B. Windows color (decimal): -7317646 or 7493520. OLE color: 7493520.

HSL color Cylindrical-coordinate representation of color #905772: hue angle of 331.58º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905772 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 87 114 -
CMYK 0 0.40 0.21 0.44
HSL 331.58º 0.25% 0.45% -
HSV(B) 331.58º 0.4% 0.56% -
XYZ 17.95 13.96 17.67 -
YUV 107.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 144 87 114 0 0.40 0.21 0.44 331.58 0.25 0.45
Hex 90 57 72 0 28 15 2C 14C 19 2D
Octal 220 127 162 0 50 25 54 514 31 55
Binary 10010000 1010111 1110010 0 101000 10101 101100 101001100 11001 101101

Color Harmonies of #905772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905772

Black with #905772

Text Example


Text Example

White with #905772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905772; }

 p { color: rgb(144,87,114); }

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

background-color css

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

 a { background-color: rgb(144,87,114); }

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

border-color css

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

 span { border-color: rgb(144,87,114); }

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