Html Css Color HEX #978C94 Taupe Grey

📋 copy color: '#978C94'

red 151 ◦ green 140 ◦ blue 148

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

Shades of Taupe Grey #978C94

Tints of Taupe Grey #978C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 34.4%
G = 31.89%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#978C94 (or 0x978C94) is known color: Taupe Grey. HEX triplet: 97, 8C and 94. RGB value is (151,140,148). Sum of RGB (Red+Green+Blue) = 151+140+148=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #978C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978C94 is #68736B. Grayscale: #909090. Windows color (decimal): -6845292 or 9735319. OLE color: 9735319.

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

Color convert

RGB 151 140 148 -
CMYK 0 0.07 0.02 0.41
HSL 316.36º 0.05% 0.57% -
HSV(B) 316.36º 0.07% 0.59% -
XYZ 27.49 27.47 31.87 -
YUV 144.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 151 140 148 0 0.07 0.02 0.41 316.36 0.05 0.57
Hex 97 8C 94 0 7 2 29 13C 5 39
Octal 227 214 224 0 7 2 51 474 5 71
Binary 10010111 10001100 10010100 0 111 10 101001 100111100 101 111001

Color Harmonies of #978C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C94

Black with #978C94

Text Example


Text Example

White with #978C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,140,148); }

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

background-color css

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

 a { background-color: rgb(151,140,148); }

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

border-color css

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

 span { border-color: rgb(151,140,148); }

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