Html Css Color HEX #978893 Taupe Grey

📋 copy color: '#978893'

red 151 ◦ green 136 ◦ blue 147

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

Shades of Taupe Grey #978893

Tints of Taupe Grey #978893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 34.79%
G = 31.34%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#978893 (or 0x978893) is known color: Taupe Grey. HEX triplet: 97, 88 and 93. RGB value is (151,136,147). Sum of RGB (Red+Green+Blue) = 151+136+147=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 151 - color contains mainly: red. Hex color #978893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978893 is #68776C. Grayscale: #8D8D8D. Windows color (decimal): -6846317 or 9668759. OLE color: 9668759.

HSL color Cylindrical-coordinate representation of color #978893: hue angle of 316º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978893 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 147 -
CMYK 0 0.10 0.03 0.41
HSL 316º 0.07% 0.56% -
HSV(B) 316º 0.1% 0.59% -
XYZ 26.83 26.29 31.26 -
YUV 141.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 151 136 147 0 0.10 0.03 0.41 316 0.07 0.56
Hex 97 88 93 0 A 3 29 13C 7 38
Octal 227 210 223 0 12 3 51 474 7 70
Binary 10010111 10001000 10010011 0 1010 11 101001 100111100 111 111000

Color Harmonies of #978893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978893

Black with #978893

Text Example


Text Example

White with #978893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978893; }

 p { color: rgb(151,136,147); }

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

background-color css

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

 a { background-color: rgb(151,136,147); }

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

border-color css

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

 span { border-color: rgb(151,136,147); }

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