Html Css Color HEX #978493 Taupe Grey

📋 copy color: '#978493'

red 151 ◦ green 132 ◦ blue 147

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

Shades of Taupe Grey #978493

Tints of Taupe Grey #978493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 35.12%
G = 30.7%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#978493 (or 0x978493) is known color: Taupe Grey. HEX triplet: 97, 84 and 93. RGB value is (151,132,147). Sum of RGB (Red+Green+Blue) = 151+132+147=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978493 is #687B6C. Grayscale: #8B8B8B. Windows color (decimal): -6847341 or 9667735. OLE color: 9667735.

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

Color convert

RGB 151 132 147 -
CMYK 0 0.13 0.03 0.41
HSL 312.63º 0.08% 0.55% -
HSV(B) 312.63º 0.13% 0.59% -
XYZ 26.28 25.19 31.08 -
YUV 139.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 151 132 147 0 0.13 0.03 0.41 312.63 0.08 0.55
Hex 97 84 93 0 D 3 29 139 8 37
Octal 227 204 223 0 15 3 51 471 10 67
Binary 10010111 10000100 10010011 0 1101 11 101001 100111001 1000 110111

Color Harmonies of #978493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978493

Black with #978493

Text Example


Text Example

White with #978493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978493; }

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

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

background-color css

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

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

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

border-color css

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

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

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