Html Css Color HEX #988197 Taupe Grey

📋 copy color: '#988197'

red 152 ◦ green 129 ◦ blue 151

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

Shades of Taupe Grey #988197

Tints of Taupe Grey #988197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

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

R = 35.19%
G = 29.86%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988197 (or 0x988197) is known color: Taupe Grey. HEX triplet: 98, 81 and 97. RGB value is (152,129,151). Sum of RGB (Red+Green+Blue) = 152+129+151=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988197 is #677E68. Grayscale: #8A8A8A. Windows color (decimal): -6782569 or 9929112. OLE color: 9929112.

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

Color convert

RGB 152 129 151 -
CMYK 0 0.15 0.01 0.40
HSL 302.61º 0.1% 0.55% -
HSV(B) 302.61º 0.15% 0.6% -
XYZ 26.39 24.61 32.64 -
YUV 138.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 152 129 151 0 0.15 0.01 0.40 302.61 0.1 0.55
Hex 98 81 97 0 F 1 28 12F A 37
Octal 230 201 227 0 17 1 50 457 12 67
Binary 10011000 10000001 10010111 0 1111 1 101000 100101111 1010 110111

Color Harmonies of #988197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988197

Black with #988197

Text Example


Text Example

White with #988197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988197; }

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

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

background-color css

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

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

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

border-color css

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

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

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