Html Css Color HEX #978593 Taupe Grey

📋 copy color: '#978593'

red 151 ◦ green 133 ◦ blue 147

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

Shades of Taupe Grey #978593

Tints of Taupe Grey #978593

RGB

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

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

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

R = 35.03%
G = 30.86%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#978593 (or 0x978593) is known color: Taupe Grey. HEX triplet: 97, 85 and 93. RGB value is (151,133,147). Sum of RGB (Red+Green+Blue) = 151+133+147=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978593 is #687A6C. Grayscale: #8B8B8B. Windows color (decimal): -6847085 or 9667991. OLE color: 9667991.

HSL color Cylindrical-coordinate representation of color #978593: hue angle of 313.33º 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 #978593 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 133 147 -
CMYK 0 0.12 0.03 0.41
HSL 313.33º 0.08% 0.56% -
HSV(B) 313.33º 0.12% 0.59% -
XYZ 26.42 25.46 31.13 -
YUV 139.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 151 133 147 0 0.12 0.03 0.41 313.33 0.08 0.56
Hex 97 85 93 0 C 3 29 139 8 38
Octal 227 205 223 0 14 3 51 471 10 70
Binary 10010111 10000101 10010011 0 1100 11 101001 100111001 1000 111000

Color Harmonies of #978593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978593

Black with #978593

Text Example


Text Example

White with #978593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978593; }

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

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

background-color css

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

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

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

border-color css

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

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

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