Html Css Color HEX #978294 Taupe Grey

📋 copy color: '#978294'

red 151 ◦ green 130 ◦ blue 148

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

Shades of Taupe Grey #978294

Tints of Taupe Grey #978294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 35.2%
G = 30.3%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#978294 (or 0x978294) is known color: Taupe Grey. HEX triplet: 97, 82 and 94. RGB value is (151,130,148). Sum of RGB (Red+Green+Blue) = 151+130+148=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978294 is #687D6B. Grayscale: #8A8A8A. Windows color (decimal): -6847852 or 9732759. OLE color: 9732759.

HSL color Cylindrical-coordinate representation of color #978294: hue angle of 308.57º 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 #978294 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 148 -
CMYK 0 0.14 0.02 0.41
HSL 308.57º 0.09% 0.55% -
HSV(B) 308.57º 0.14% 0.59% -
XYZ 26.09 24.68 31.41 -
YUV 138.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 151 130 148 0 0.14 0.02 0.41 308.57 0.09 0.55
Hex 97 82 94 0 E 2 29 135 9 37
Octal 227 202 224 0 16 2 51 465 11 67
Binary 10010111 10000010 10010100 0 1110 10 101001 100110101 1001 110111

Color Harmonies of #978294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978294

Black with #978294

Text Example


Text Example

White with #978294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978294; }

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

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

background-color css

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

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

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

border-color css

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

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

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