Html Css Color HEX #988997 Taupe Grey

📋 copy color: '#988997'

red 152 ◦ green 137 ◦ blue 151

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

Shades of Taupe Grey #988997

Tints of Taupe Grey #988997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 34.55%
G = 31.14%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988997 (or 0x988997) is known color: Taupe Grey. HEX triplet: 98, 89 and 97. RGB value is (152,137,151). Sum of RGB (Red+Green+Blue) = 152+137+151=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #988997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988997 is #677668. Grayscale: #8F8F8F. Windows color (decimal): -6780521 or 9931160. OLE color: 9931160.

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

Color convert

RGB 152 137 151 -
CMYK 0 0.10 0.01 0.40
HSL 304º 0.07% 0.57% -
HSV(B) 304º 0.1% 0.6% -
XYZ 27.48 26.8 33 -
YUV 143.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 152 137 151 0 0.10 0.01 0.40 304 0.07 0.57
Hex 98 89 97 0 A 1 28 130 7 39
Octal 230 211 227 0 12 1 50 460 7 71
Binary 10011000 10001001 10010111 0 1010 1 101000 100110000 111 111001

Color Harmonies of #988997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988997

Black with #988997

Text Example


Text Example

White with #988997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988997; }

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

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

background-color css

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

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

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

border-color css

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

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

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