Html Css Color HEX #978595 Taupe Grey

📋 copy color: '#978595'

red 151 ◦ green 133 ◦ blue 149

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

Shades of Taupe Grey #978595

Tints of Taupe Grey #978595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 34.87%
G = 30.72%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978595 (or 0x978595) is known color: Taupe Grey. HEX triplet: 97, 85 and 95. RGB value is (151,133,149). Sum of RGB (Red+Green+Blue) = 151+133+149=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #978595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978595 is #687A6A. Grayscale: #8C8C8C. Windows color (decimal): -6847083 or 9799063. OLE color: 9799063.

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

Color convert

RGB 151 133 149 -
CMYK 0 0.12 0.01 0.41
HSL 306.67º 0.08% 0.56% -
HSV(B) 306.67º 0.12% 0.59% -
XYZ 26.57 25.52 31.96 -
YUV 140.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 151 133 149 0 0.12 0.01 0.41 306.67 0.08 0.56
Hex 97 85 95 0 C 1 29 133 8 38
Octal 227 205 225 0 14 1 51 463 10 70
Binary 10010111 10000101 10010101 0 1100 1 101001 100110011 1000 111000

Color Harmonies of #978595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978595

Black with #978595

Text Example


Text Example

White with #978595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978595; }

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

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

background-color css

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

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

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

border-color css

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

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

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