Html Css Color HEX #9C979F Amethyst Smoke

📋 copy color: '#9C979F'

red 156 ◦ green 151 ◦ blue 159

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

Shades of Amethyst Smoke #9C979F

Tints of Amethyst Smoke #9C979F

RGB

 RED value IS 156 (61.33% from 255) = 33.48%

 GREEN value IS 151 (59.38% from 255) = 32.4%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 33.48%
G = 32.4%
B = 34.12%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C979F (or 0x9C979F) is known color: Amethyst Smoke. HEX triplet: 9C, 97 and 9F. RGB value is (156,151,159). Sum of RGB (Red+Green+Blue) = 156+151+159=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C979F is #636860. Grayscale: #999999. Windows color (decimal): -6514785 or 10459036. OLE color: 10459036.

HSL color Cylindrical-coordinate representation of color #9C979F: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C979F is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 151 159 -
CMYK 0.02 0.05 0 0.38
HSL 277.5º 0.04% 0.61% -
HSV(B) 277.5º 0.05% 0.62% -
XYZ 31.03 31.7 37.28 -
YUV 153.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 156 151 159 0.02 0.05 0 0.38 277.5 0.04 0.61
Hex 9C 97 9F 2 5 0 26 116 4 3D
Octal 234 227 237 2 5 0 46 426 4 75
Binary 10011100 10010111 10011111 10 101 0 100110 100010110 100 111101

Color Harmonies of #9C979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C979F

Black with #9C979F

Text Example


Text Example

White with #9C979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C979F; }

 p { color: rgb(156,151,159); }

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

background-color css

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

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

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

border-color css

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

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

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