Html Css Color HEX #979597 Amethyst Smoke

📋 copy color: '#979597'

red 151 ◦ green 149 ◦ blue 151

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

Shades of Amethyst Smoke #979597

Tints of Amethyst Smoke #979597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 151 (59.38% from 255) = 33.48%

R = 33.48%
G = 33.04%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#979597 (or 0x979597) is known color: Amethyst Smoke. HEX triplet: 97, 95 and 97. RGB value is (151,149,151). Sum of RGB (Red+Green+Blue) = 151+149+151=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #979597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979597 is #686A68. Grayscale: #959595. Windows color (decimal): -6842985 or 9934231. OLE color: 9934231.

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

Color convert

RGB 151 149 151 -
CMYK 0 0.01 0 0.41
HSL 300º 0.01% 0.59% -
HSV(B) 300º 0.01% 0.59% -
XYZ 29.1 30.31 33.59 -
YUV 149.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 151 149 151 0 0.01 0 0.41 300 0.01 0.59
Hex 97 95 97 0 1 0 29 12C 1 3B
Octal 227 225 227 0 1 0 51 454 1 73
Binary 10010111 10010101 10010111 0 1 0 101001 100101100 1 111011

Color Harmonies of #979597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979597

Black with #979597

Text Example


Text Example

White with #979597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979597; }

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

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

background-color css

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

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

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

border-color css

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

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

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