Html Css Color HEX #978995 Taupe Grey

📋 copy color: '#978995'

red 151 ◦ green 137 ◦ blue 149

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

Shades of Taupe Grey #978995

Tints of Taupe Grey #978995

RGB

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

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

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

R = 34.55%
G = 31.35%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978995 (or 0x978995) is known color: Taupe Grey. HEX triplet: 97, 89 and 95. RGB value is (151,137,149). Sum of RGB (Red+Green+Blue) = 151+137+149=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #978995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978995 is #68766A. Grayscale: #8E8E8E. Windows color (decimal): -6846059 or 9800087. OLE color: 9800087.

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

Color convert

RGB 151 137 149 -
CMYK 0 0.09 0.01 0.41
HSL 308.57º 0.06% 0.56% -
HSV(B) 308.57º 0.09% 0.59% -
XYZ 27.13 26.64 32.15 -
YUV 142.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 151 137 149 0 0.09 0.01 0.41 308.57 0.06 0.56
Hex 97 89 95 0 9 1 29 135 6 38
Octal 227 211 225 0 11 1 51 465 6 70
Binary 10010111 10001001 10010101 0 1001 1 101001 100110101 110 111000

Color Harmonies of #978995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978995

Black with #978995

Text Example


Text Example

White with #978995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978995; }

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

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

background-color css

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

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

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

border-color css

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

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

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