Html Css Color HEX #979495 Shady Lady

📋 copy color: '#979495'

red 151 ◦ green 148 ◦ blue 149

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

Shades of Shady Lady #979495

Tints of Shady Lady #979495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

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

R = 33.71%
G = 33.04%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979495 (or 0x979495) is known color: Shady Lady. HEX triplet: 97, 94 and 95. RGB value is (151,148,149). Sum of RGB (Red+Green+Blue) = 151+148+149=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 151 - color contains mainly: red. Hex color #979495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979495 is #686B6A. Grayscale: #959595. Windows color (decimal): -6843243 or 9802903. OLE color: 9802903.

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

Color convert

RGB 151 148 149 -
CMYK 0 0.02 0.01 0.41
HSL 340º 0.01% 0.59% -
HSV(B) 340º 0.02% 0.59% -
XYZ 28.78 29.93 32.69 -
YUV 149.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 151 148 149 0 0.02 0.01 0.41 340 0.01 0.59
Hex 97 94 95 0 2 1 29 154 1 3B
Octal 227 224 225 0 2 1 51 524 1 73
Binary 10010111 10010100 10010101 0 10 1 101001 101010100 1 111011

Color Harmonies of #979495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979495

Black with #979495

Text Example


Text Example

White with #979495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979495; }

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

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

background-color css

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

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

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

border-color css

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

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

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