Html Css Color HEX #978895 Taupe Grey

📋 copy color: '#978895'

red 151 ◦ green 136 ◦ blue 149

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

Shades of Taupe Grey #978895

Tints of Taupe Grey #978895

RGB

 RED value IS 151 (59.38% from 255) = 34.63%

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 34.63%
G = 31.19%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978895 (or 0x978895) is known color: Taupe Grey. HEX triplet: 97, 88 and 95. RGB value is (151,136,149). Sum of RGB (Red+Green+Blue) = 151+136+149=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #978895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978895 is #68776A. Grayscale: #8D8D8D. Windows color (decimal): -6846315 or 9799831. OLE color: 9799831.

HSL color Cylindrical-coordinate representation of color #978895: hue angle of 308º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978895 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 149 -
CMYK 0 0.10 0.01 0.41
HSL 308º 0.07% 0.56% -
HSV(B) 308º 0.1% 0.59% -
XYZ 26.99 26.36 32.1 -
YUV 141.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 151 136 149 0 0.10 0.01 0.41 308 0.07 0.56
Hex 97 88 95 0 A 1 29 134 7 38
Octal 227 210 225 0 12 1 51 464 7 70
Binary 10010111 10001000 10010101 0 1010 1 101001 100110100 111 111000

Color Harmonies of #978895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978895

Black with #978895

Text Example


Text Example

White with #978895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978895; }

 p { color: rgb(151,136,149); }

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

background-color css

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

 a { background-color: rgb(151,136,149); }

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

border-color css

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

 span { border-color: rgb(151,136,149); }

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