Html Css Color HEX #978794 Taupe Grey

📋 copy color: '#978794'

red 151 ◦ green 135 ◦ blue 148

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

Shades of Taupe Grey #978794

Tints of Taupe Grey #978794

RGB

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

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

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

R = 34.79%
G = 31.11%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#978794 (or 0x978794) is known color: Taupe Grey. HEX triplet: 97, 87 and 94. RGB value is (151,135,148). Sum of RGB (Red+Green+Blue) = 151+135+148=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 151 - color contains mainly: red. Hex color #978794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978794 is #68786B. Grayscale: #8D8D8D. Windows color (decimal): -6846572 or 9734039. OLE color: 9734039.

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

Color convert

RGB 151 135 148 -
CMYK 0 0.11 0.02 0.41
HSL 311.25º 0.07% 0.56% -
HSV(B) 311.25º 0.11% 0.59% -
XYZ 26.77 26.05 31.63 -
YUV 141.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 151 135 148 0 0.11 0.02 0.41 311.25 0.07 0.56
Hex 97 87 94 0 B 2 29 137 7 38
Octal 227 207 224 0 13 2 51 467 7 70
Binary 10010111 10000111 10010100 0 1011 10 101001 100110111 111 111000

Color Harmonies of #978794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978794

Black with #978794

Text Example


Text Example

White with #978794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978794; }

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

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

background-color css

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

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

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

border-color css

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

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

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