Html Css Color HEX #988C95 Taupe Grey

📋 copy color: '#988C95'

red 152 ◦ green 140 ◦ blue 149

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

Shades of Taupe Grey #988C95

Tints of Taupe Grey #988C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

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

R = 34.47%
G = 31.75%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988C95 (or 0x988C95) is known color: Taupe Grey. HEX triplet: 98, 8C and 95. RGB value is (152,140,149). Sum of RGB (Red+Green+Blue) = 152+140+149=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #988C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C95 is #67736A. Grayscale: #909090. Windows color (decimal): -6779755 or 9800856. OLE color: 9800856.

HSL color Cylindrical-coordinate representation of color #988C95: hue angle of 315º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #988C95 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 149 -
CMYK 0 0.08 0.02 0.40
HSL 315º 0.06% 0.57% -
HSV(B) 315º 0.08% 0.6% -
XYZ 27.75 27.6 32.3 -
YUV 144.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 152 140 149 0 0.08 0.02 0.40 315 0.06 0.57
Hex 98 8C 95 0 8 2 28 13B 6 39
Octal 230 214 225 0 10 2 50 473 6 71
Binary 10011000 10001100 10010101 0 1000 10 101000 100111011 110 111001

Color Harmonies of #988C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C95

Black with #988C95

Text Example


Text Example

White with #988C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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