Html Css Color HEX #988495 Taupe Grey

📋 copy color: '#988495'

red 152 ◦ green 132 ◦ blue 149

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

Shades of Taupe Grey #988495

Tints of Taupe Grey #988495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 35.1%
G = 30.48%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988495 (or 0x988495) is known color: Taupe Grey. HEX triplet: 98, 84 and 95. RGB value is (152,132,149). Sum of RGB (Red+Green+Blue) = 152+132+149=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988495 is #677B6A. Grayscale: #8B8B8B. Windows color (decimal): -6781803 or 9798808. OLE color: 9798808.

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

Color convert

RGB 152 132 149 -
CMYK 0 0.13 0.02 0.40
HSL 309º 0.09% 0.56% -
HSV(B) 309º 0.13% 0.6% -
XYZ 26.62 25.35 31.92 -
YUV 139.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 152 132 149 0 0.13 0.02 0.40 309 0.09 0.56
Hex 98 84 95 0 D 2 28 135 9 38
Octal 230 204 225 0 15 2 50 465 11 70
Binary 10011000 10000100 10010101 0 1101 10 101000 100110101 1001 111000

Color Harmonies of #988495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988495

Black with #988495

Text Example


Text Example

White with #988495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988495; }

 p { color: rgb(152,132,149); }

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

background-color css

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

 a { background-color: rgb(152,132,149); }

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

border-color css

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

 span { border-color: rgb(152,132,149); }

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