Html Css Color HEX #978696 Taupe Grey

📋 copy color: '#978696'

red 151 ◦ green 134 ◦ blue 150

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

Shades of Taupe Grey #978696

Tints of Taupe Grey #978696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 34.71%
G = 30.8%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978696 (or 0x978696) is known color: Taupe Grey. HEX triplet: 97, 86 and 96. RGB value is (151,134,150). Sum of RGB (Red+Green+Blue) = 151+134+150=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #978696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978696 is #687969. Grayscale: #8C8C8C. Windows color (decimal): -6846826 or 9864855. OLE color: 9864855.

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

Color convert

RGB 151 134 150 -
CMYK 0 0.11 0.01 0.41
HSL 303.53º 0.08% 0.56% -
HSV(B) 303.53º 0.11% 0.59% -
XYZ 26.79 25.83 32.43 -
YUV 140.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 151 134 150 0 0.11 0.01 0.41 303.53 0.08 0.56
Hex 97 86 96 0 B 1 29 130 8 38
Octal 227 206 226 0 13 1 51 460 10 70
Binary 10010111 10000110 10010110 0 1011 1 101001 100110000 1000 111000

Color Harmonies of #978696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978696

Black with #978696

Text Example


Text Example

White with #978696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978696; }

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

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

background-color css

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

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

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

border-color css

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

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

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