Html Css Color HEX #985773 Mauve Taupe

📋 copy color: '#985773'

red 152 ◦ green 87 ◦ blue 115

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

Shades of Mauve Taupe #985773

Tints of Mauve Taupe #985773

RGB

 RED value IS 152 (59.77% from 255) = 42.94%

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

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

R = 42.94%
G = 24.58%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985773 (or 0x985773) is known color: Mauve Taupe. HEX triplet: 98, 57 and 73. RGB value is (152,87,115). Sum of RGB (Red+Green+Blue) = 152+87+115=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985773 is #67A88C. Grayscale: #6D6D6D. Windows color (decimal): -6793357 or 7559064. OLE color: 7559064.

HSL color Cylindrical-coordinate representation of color #985773: hue angle of 334.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985773 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 115 -
CMYK 0 0.43 0.24 0.40
HSL 334.15º 0.27% 0.47% -
HSV(B) 334.15º 0.43% 0.6% -
XYZ 19.45 14.73 18.04 -
YUV 109.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 152 87 115 0 0.43 0.24 0.40 334.15 0.27 0.47
Hex 98 57 73 0 2B 18 28 14E 1B 2F
Octal 230 127 163 0 53 30 50 516 33 57
Binary 10011000 1010111 1110011 0 101011 11000 101000 101001110 11011 101111

Color Harmonies of #985773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985773

Black with #985773

Text Example


Text Example

White with #985773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985773; }

 p { color: rgb(152,87,115); }

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

background-color css

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

 a { background-color: rgb(152,87,115); }

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

border-color css

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

 span { border-color: rgb(152,87,115); }

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