Html Css Color HEX #979998 Tower Grey

📋 copy color: '#979998'

red 151 ◦ green 153 ◦ blue 152

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

Shades of Tower Grey #979998

Tints of Tower Grey #979998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 33.11%
G = 33.55%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#979998 (or 0x979998) is known color: Tower Grey. HEX triplet: 97, 99 and 98. RGB value is (151,153,152). Sum of RGB (Red+Green+Blue) = 151+153+152=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 153 - color contains mainly: green. Hex color #979998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979998 is #686667. Grayscale: #989898. Windows color (decimal): -6841960 or 10000791. OLE color: 10000791.

HSL color Cylindrical-coordinate representation of color #979998: hue angle of 150º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #979998 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 153 152 -
CMYK 0.01 0 0.01 0.4
HSL 150º 0.01% 0.6% -
HSV(B) 150º 0.01% 0.6% -
XYZ 29.82 31.63 34.24 -
YUV 152.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 151 153 152 0.01 0 0.01 0.4 150 0.01 0.6
Hex 97 99 98 1 0 1 28 96 1 3C
Octal 227 231 230 1 0 1 50 226 1 74
Binary 10010111 10011001 10011000 1 0 1 101000 10010110 1 111100

Color Harmonies of #979998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979998

Black with #979998

Text Example


Text Example

White with #979998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979998; }

 p { color: rgb(151,153,152); }

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

background-color css

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

 a { background-color: rgb(151,153,152); }

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

border-color css

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

 span { border-color: rgb(151,153,152); }

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