Html Css Color HEX #988297 Taupe Grey

📋 copy color: '#988297'

red 152 ◦ green 130 ◦ blue 151

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

Shades of Taupe Grey #988297

Tints of Taupe Grey #988297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 35.1%
G = 30.02%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988297 (or 0x988297) is known color: Taupe Grey. HEX triplet: 98, 82 and 97. RGB value is (152,130,151). Sum of RGB (Red+Green+Blue) = 152+130+151=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988297 is #677D68. Grayscale: #8A8A8A. Windows color (decimal): -6782313 or 9929368. OLE color: 9929368.

HSL color Cylindrical-coordinate representation of color #988297: hue angle of 302.73º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988297 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 151 -
CMYK 0 0.14 0.01 0.40
HSL 302.73º 0.1% 0.55% -
HSV(B) 302.73º 0.14% 0.6% -
XYZ 26.52 24.88 32.68 -
YUV 138.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 152 130 151 0 0.14 0.01 0.40 302.73 0.1 0.55
Hex 98 82 97 0 E 1 28 12F A 37
Octal 230 202 227 0 16 1 50 457 12 67
Binary 10011000 10000010 10010111 0 1110 1 101000 100101111 1010 110111

Color Harmonies of #988297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988297

Black with #988297

Text Example


Text Example

White with #988297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988297; }

 p { color: rgb(152,130,151); }

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

background-color css

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

 a { background-color: rgb(152,130,151); }

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

border-color css

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

 span { border-color: rgb(152,130,151); }

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