Html Css Color HEX #986277 Mauve Taupe

📋 copy color: '#986277'

red 152 ◦ green 98 ◦ blue 119

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

Shades of Mauve Taupe #986277

Tints of Mauve Taupe #986277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 41.19%
G = 26.56%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986277 (or 0x986277) is known color: Mauve Taupe. HEX triplet: 98, 62 and 77. RGB value is (152,98,119). Sum of RGB (Red+Green+Blue) = 152+98+119=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986277 is #679D88. Grayscale: #747474. Windows color (decimal): -6790537 or 7824024. OLE color: 7824024.

HSL color Cylindrical-coordinate representation of color #986277: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986277 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 119 -
CMYK 0 0.36 0.22 0.40
HSL 336.67º 0.22% 0.49% -
HSV(B) 336.67º 0.36% 0.6% -
XYZ 20.65 16.74 19.6 -
YUV 116.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 152 98 119 0 0.36 0.22 0.40 336.67 0.22 0.49
Hex 98 62 77 0 24 16 28 151 16 31
Octal 230 142 167 0 44 26 50 521 26 61
Binary 10011000 1100010 1110111 0 100100 10110 101000 101010001 10110 110001

Color Harmonies of #986277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986277

Black with #986277

Text Example


Text Example

White with #986277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986277; }

 p { color: rgb(152,98,119); }

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

background-color css

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

 a { background-color: rgb(152,98,119); }

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

border-color css

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

 span { border-color: rgb(152,98,119); }

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