Html Css Color HEX #978E95 Taupe Grey

📋 copy color: '#978E95'

red 151 ◦ green 142 ◦ blue 149

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

Shades of Taupe Grey #978E95

Tints of Taupe Grey #978E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 34.16%
G = 32.13%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978E95 (or 0x978E95) is known color: Taupe Grey. HEX triplet: 97, 8E and 95. RGB value is (151,142,149). Sum of RGB (Red+Green+Blue) = 151+142+149=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #978E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E95 is #68716A. Grayscale: #919191. Windows color (decimal): -6844779 or 9801367. OLE color: 9801367.

HSL color Cylindrical-coordinate representation of color #978E95: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #978E95 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 149 -
CMYK 0 0.06 0.01 0.41
HSL 313.33º 0.04% 0.57% -
HSV(B) 313.33º 0.06% 0.59% -
XYZ 27.86 28.1 32.39 -
YUV 145.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 151 142 149 0 0.06 0.01 0.41 313.33 0.04 0.57
Hex 97 8E 95 0 6 1 29 139 4 39
Octal 227 216 225 0 6 1 51 471 4 71
Binary 10010111 10001110 10010101 0 110 1 101001 100111001 100 111001

Color Harmonies of #978E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E95

Black with #978E95

Text Example


Text Example

White with #978E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978E95; }

 p { color: rgb(151,142,149); }

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

background-color css

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

 a { background-color: rgb(151,142,149); }

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

border-color css

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

 span { border-color: rgb(151,142,149); }

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