Html Css Color HEX #988697 Taupe Grey

📋 copy color: '#988697'

red 152 ◦ green 134 ◦ blue 151

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

Shades of Taupe Grey #988697

Tints of Taupe Grey #988697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 34.78%
G = 30.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988697 (or 0x988697) is known color: Taupe Grey. HEX triplet: 98, 86 and 97. RGB value is (152,134,151). Sum of RGB (Red+Green+Blue) = 152+134+151=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #988697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988697 is #677968. Grayscale: #8D8D8D. Windows color (decimal): -6781289 or 9930392. OLE color: 9930392.

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

Color convert

RGB 152 134 151 -
CMYK 0 0.12 0.01 0.40
HSL 303.33º 0.08% 0.56% -
HSV(B) 303.33º 0.12% 0.6% -
XYZ 27.06 25.96 32.86 -
YUV 141.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 152 134 151 0 0.12 0.01 0.40 303.33 0.08 0.56
Hex 98 86 97 0 C 1 28 12F 8 38
Octal 230 206 227 0 14 1 50 457 10 70
Binary 10011000 10000110 10010111 0 1100 1 101000 100101111 1000 111000

Color Harmonies of #988697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988697

Black with #988697

Text Example


Text Example

White with #988697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988697; }

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

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

background-color css

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

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

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

border-color css

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

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

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