Html Css Color HEX #988994 Taupe Grey

📋 copy color: '#988994'

red 152 ◦ green 137 ◦ blue 148

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

Shades of Taupe Grey #988994

Tints of Taupe Grey #988994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 34.78%
G = 31.35%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988994 (or 0x988994) is known color: Taupe Grey. HEX triplet: 98, 89 and 94. RGB value is (152,137,148). Sum of RGB (Red+Green+Blue) = 152+137+148=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #988994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988994 is #67766B. Grayscale: #8E8E8E. Windows color (decimal): -6780524 or 9734552. OLE color: 9734552.

HSL color Cylindrical-coordinate representation of color #988994: hue angle of 316º 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 #988994 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 148 -
CMYK 0 0.10 0.03 0.40
HSL 316º 0.07% 0.57% -
HSV(B) 316º 0.1% 0.6% -
XYZ 27.24 26.7 31.74 -
YUV 142.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 152 137 148 0 0.10 0.03 0.40 316 0.07 0.57
Hex 98 89 94 0 A 3 28 13C 7 39
Octal 230 211 224 0 12 3 50 474 7 71
Binary 10011000 10001001 10010100 0 1010 11 101000 100111100 111 111001

Color Harmonies of #988994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988994

Black with #988994

Text Example


Text Example

White with #988994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988994; }

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

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

background-color css

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

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

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

border-color css

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

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

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