Html Css Color HEX #988797 Taupe Grey

📋 copy color: '#988797'

red 152 ◦ green 135 ◦ blue 151

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

Shades of Taupe Grey #988797

Tints of Taupe Grey #988797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 34.7%
G = 30.82%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988797 (or 0x988797) is known color: Taupe Grey. HEX triplet: 98, 87 and 97. RGB value is (152,135,151). Sum of RGB (Red+Green+Blue) = 152+135+151=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #988797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988797 is #677868. Grayscale: #8D8D8D. Windows color (decimal): -6781033 or 9930648. OLE color: 9930648.

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

Color convert

RGB 152 135 151 -
CMYK 0 0.11 0.01 0.40
HSL 303.53º 0.08% 0.56% -
HSV(B) 303.53º 0.11% 0.6% -
XYZ 27.2 26.24 32.91 -
YUV 141.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 152 135 151 0 0.11 0.01 0.40 303.53 0.08 0.56
Hex 98 87 97 0 B 1 28 130 8 38
Octal 230 207 227 0 13 1 50 460 10 70
Binary 10011000 10000111 10010111 0 1011 1 101000 100110000 1000 111000

Color Harmonies of #988797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988797

Black with #988797

Text Example


Text Example

White with #988797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988797; }

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

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

background-color css

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

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

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

border-color css

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

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

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