Html Css Color HEX #978E96 Taupe Grey

📋 copy color: '#978E96'

red 151 ◦ green 142 ◦ blue 150

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

Shades of Taupe Grey #978E96

Tints of Taupe Grey #978E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

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

R = 34.09%
G = 32.05%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978E96 (or 0x978E96) is known color: Taupe Grey. HEX triplet: 97, 8E and 96. RGB value is (151,142,150). Sum of RGB (Red+Green+Blue) = 151+142+150=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 151 - color contains mainly: red. Hex color #978E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E96 is #687169. Grayscale: #919191. Windows color (decimal): -6844778 or 9866903. OLE color: 9866903.

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

Color convert

RGB 151 142 150 -
CMYK 0 0.06 0.01 0.41
HSL 306.67º 0.04% 0.57% -
HSV(B) 306.67º 0.06% 0.59% -
XYZ 27.94 28.13 32.81 -
YUV 145.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 151 142 150 0 0.06 0.01 0.41 306.67 0.04 0.57
Hex 97 8E 96 0 6 1 29 133 4 39
Octal 227 216 226 0 6 1 51 463 4 71
Binary 10010111 10001110 10010110 0 110 1 101001 100110011 100 111001

Color Harmonies of #978E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E96

Black with #978E96

Text Example


Text Example

White with #978E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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