Html Css Color HEX #978296 Taupe Grey

📋 copy color: '#978296'

red 151 ◦ green 130 ◦ blue 150

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

Shades of Taupe Grey #978296

Tints of Taupe Grey #978296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 35.03%
G = 30.16%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978296 (or 0x978296) is known color: Taupe Grey. HEX triplet: 97, 82 and 96. RGB value is (151,130,150). Sum of RGB (Red+Green+Blue) = 151+130+150=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978296 is #687D69. Grayscale: #8A8A8A. Windows color (decimal): -6847850 or 9863831. OLE color: 9863831.

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

Color convert

RGB 151 130 150 -
CMYK 0 0.14 0.01 0.41
HSL 302.86º 0.09% 0.55% -
HSV(B) 302.86º 0.14% 0.59% -
XYZ 26.25 24.75 32.25 -
YUV 138.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 151 130 150 0 0.14 0.01 0.41 302.86 0.09 0.55
Hex 97 82 96 0 E 1 29 12F 9 37
Octal 227 202 226 0 16 1 51 457 11 67
Binary 10010111 10000010 10010110 0 1110 1 101001 100101111 1001 110111

Color Harmonies of #978296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978296

Black with #978296

Text Example


Text Example

White with #978296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978296; }

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

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

background-color css

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

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

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

border-color css

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

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

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