Html Css Color HEX #978A96 Taupe Grey

📋 copy color: '#978A96'

red 151 ◦ green 138 ◦ blue 150

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

Shades of Taupe Grey #978A96

Tints of Taupe Grey #978A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

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

R = 34.4%
G = 31.44%
B = 34.17%

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

#978A96 (or 0x978A96) is known color: Taupe Grey. HEX triplet: 97, 8A and 96. RGB value is (151,138,150). Sum of RGB (Red+Green+Blue) = 151+138+150=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #978A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A96 is #687569. Grayscale: #8F8F8F. Windows color (decimal): -6845802 or 9865879. OLE color: 9865879.

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

Color convert

RGB 151 138 150 -
CMYK 0 0.09 0.01 0.41
HSL 304.62º 0.06% 0.57% -
HSV(B) 304.62º 0.09% 0.59% -
XYZ 27.36 26.96 32.62 -
YUV 143.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 151 138 150 0 0.09 0.01 0.41 304.62 0.06 0.57
Hex 97 8A 96 0 9 1 29 131 6 39
Octal 227 212 226 0 11 1 51 461 6 71
Binary 10010111 10001010 10010110 0 1001 1 101001 100110001 110 111001

Color Harmonies of #978A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A96

Black with #978A96

Text Example


Text Example

White with #978A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A96; }

 p { color: rgb(151,138,150); }

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

background-color css

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

 a { background-color: rgb(151,138,150); }

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

border-color css

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

 span { border-color: rgb(151,138,150); }

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