Html Css Color HEX #978C95 Taupe Grey

📋 copy color: '#978C95'

red 151 ◦ green 140 ◦ blue 149

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

Shades of Taupe Grey #978C95

Tints of Taupe Grey #978C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 34.32%
G = 31.82%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978C95 (or 0x978C95) is known color: Taupe Grey. HEX triplet: 97, 8C and 95. RGB value is (151,140,149). Sum of RGB (Red+Green+Blue) = 151+140+149=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 151 - color contains mainly: red. Hex color #978C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978C95 is #68736A. Grayscale: #909090. Windows color (decimal): -6845291 or 9800855. OLE color: 9800855.

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

Color convert

RGB 151 140 149 -
CMYK 0 0.07 0.01 0.41
HSL 310.91º 0.05% 0.57% -
HSV(B) 310.91º 0.07% 0.59% -
XYZ 27.57 27.51 32.29 -
YUV 144.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 151 140 149 0 0.07 0.01 0.41 310.91 0.05 0.57
Hex 97 8C 95 0 7 1 29 137 5 39
Octal 227 214 225 0 7 1 51 467 5 71
Binary 10010111 10001100 10010101 0 111 1 101001 100110111 101 111001

Color Harmonies of #978C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C95

Black with #978C95

Text Example


Text Example

White with #978C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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