Html Css Color HEX #978594 Taupe Grey

📋 copy color: '#978594'

red 151 ◦ green 133 ◦ blue 148

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

Shades of Taupe Grey #978594

Tints of Taupe Grey #978594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 34.95%
G = 30.79%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#978594 (or 0x978594) is known color: Taupe Grey. HEX triplet: 97, 85 and 94. RGB value is (151,133,148). Sum of RGB (Red+Green+Blue) = 151+133+148=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 151 - color contains mainly: red. Hex color #978594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978594 is #687A6B. Grayscale: #8C8C8C. Windows color (decimal): -6847084 or 9733527. OLE color: 9733527.

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

Color convert

RGB 151 133 148 -
CMYK 0 0.12 0.02 0.41
HSL 310º 0.08% 0.56% -
HSV(B) 310º 0.12% 0.59% -
XYZ 26.5 25.49 31.54 -
YUV 140.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 151 133 148 0 0.12 0.02 0.41 310 0.08 0.56
Hex 97 85 94 0 C 2 29 136 8 38
Octal 227 205 224 0 14 2 51 466 10 70
Binary 10010111 10000101 10010100 0 1100 10 101001 100110110 1000 111000

Color Harmonies of #978594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978594

Black with #978594

Text Example


Text Example

White with #978594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978594; }

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

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

background-color css

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

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

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

border-color css

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

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

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