Html Css Color HEX #978795 Taupe Grey

📋 copy color: '#978795'

red 151 ◦ green 135 ◦ blue 149

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

Shades of Taupe Grey #978795

Tints of Taupe Grey #978795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 34.71%
G = 31.03%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#978795 (or 0x978795) is known color: Taupe Grey. HEX triplet: 97, 87 and 95. RGB value is (151,135,149). Sum of RGB (Red+Green+Blue) = 151+135+149=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #978795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978795 is #68786A. Grayscale: #8D8D8D. Windows color (decimal): -6846571 or 9799575. OLE color: 9799575.

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

Color convert

RGB 151 135 149 -
CMYK 0 0.11 0.01 0.41
HSL 307.5º 0.07% 0.56% -
HSV(B) 307.5º 0.11% 0.59% -
XYZ 26.85 26.08 32.05 -
YUV 141.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 151 135 149 0 0.11 0.01 0.41 307.5 0.07 0.56
Hex 97 87 95 0 B 1 29 134 7 38
Octal 227 207 225 0 13 1 51 464 7 70
Binary 10010111 10000111 10010101 0 1011 1 101001 100110100 111 111000

Color Harmonies of #978795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978795

Black with #978795

Text Example


Text Example

White with #978795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978795; }

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

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

background-color css

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

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

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

border-color css

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

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

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