Html Css Color HEX #978B96 Taupe Grey

📋 copy color: '#978B96'

red 151 ◦ green 139 ◦ blue 150

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

Shades of Taupe Grey #978B96

Tints of Taupe Grey #978B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 34.32%
G = 31.59%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978B96 (or 0x978B96) is known color: Taupe Grey. HEX triplet: 97, 8B and 96. RGB value is (151,139,150). Sum of RGB (Red+Green+Blue) = 151+139+150=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 151 - color contains mainly: red. Hex color #978B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B96 is #687469. Grayscale: #8F8F8F. Windows color (decimal): -6845546 or 9866135. OLE color: 9866135.

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

Color convert

RGB 151 139 150 -
CMYK 0 0.08 0.01 0.41
HSL 305º 0.05% 0.57% -
HSV(B) 305º 0.08% 0.59% -
XYZ 27.5 27.25 32.66 -
YUV 143.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 151 139 150 0 0.08 0.01 0.41 305 0.05 0.57
Hex 97 8B 96 0 8 1 29 131 5 39
Octal 227 213 226 0 10 1 51 461 5 71
Binary 10010111 10001011 10010110 0 1000 1 101001 100110001 101 111001

Color Harmonies of #978B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B96

Black with #978B96

Text Example


Text Example

White with #978B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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