Html Css Color HEX #978796 Taupe Grey

📋 copy color: '#978796'

red 151 ◦ green 135 ◦ blue 150

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

Shades of Taupe Grey #978796

Tints of Taupe Grey #978796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 34.63%
G = 30.96%
B = 34.4%

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

#978796 (or 0x978796) is known color: Taupe Grey. HEX triplet: 97, 87 and 96. RGB value is (151,135,150). Sum of RGB (Red+Green+Blue) = 151+135+150=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #978796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978796 is #687869. Grayscale: #8D8D8D. Windows color (decimal): -6846570 or 9865111. OLE color: 9865111.

HSL color Cylindrical-coordinate representation of color #978796: hue angle of 303.75º degrees, saturation: 0.07, 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 #978796 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 135 150 -
CMYK 0 0.11 0.01 0.41
HSL 303.75º 0.07% 0.56% -
HSV(B) 303.75º 0.11% 0.59% -
XYZ 26.93 26.11 32.47 -
YUV 141.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 151 135 150 0 0.11 0.01 0.41 303.75 0.07 0.56
Hex 97 87 96 0 B 1 29 130 7 38
Octal 227 207 226 0 13 1 51 460 7 70
Binary 10010111 10000111 10010110 0 1011 1 101001 100110000 111 111000

Color Harmonies of #978796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978796

Black with #978796

Text Example


Text Example

White with #978796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978796; }

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

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

background-color css

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

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

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

border-color css

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

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

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