Html Css Color HEX #988996 Taupe Grey

📋 copy color: '#988996'

red 152 ◦ green 137 ◦ blue 150

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

Shades of Taupe Grey #988996

Tints of Taupe Grey #988996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 34.62%
G = 31.21%
B = 34.17%

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

#988996 (or 0x988996) is known color: Taupe Grey. HEX triplet: 98, 89 and 96. RGB value is (152,137,150). Sum of RGB (Red+Green+Blue) = 152+137+150=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #988996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988996 is #677669. Grayscale: #8E8E8E. Windows color (decimal): -6780522 or 9865624. OLE color: 9865624.

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

Color convert

RGB 152 137 150 -
CMYK 0 0.10 0.01 0.40
HSL 308º 0.07% 0.57% -
HSV(B) 308º 0.1% 0.6% -
XYZ 27.4 26.77 32.58 -
YUV 142.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 152 137 150 0 0.10 0.01 0.40 308 0.07 0.57
Hex 98 89 96 0 A 1 28 134 7 39
Octal 230 211 226 0 12 1 50 464 7 71
Binary 10011000 10001001 10010110 0 1010 1 101000 100110100 111 111001

Color Harmonies of #988996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988996

Black with #988996

Text Example


Text Example

White with #988996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988996; }

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

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

background-color css

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

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

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

border-color css

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

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

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