#9C979B

Color #9C979B London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9C979B

Tints of London Hue #9C979B

Color information

#9C979B (or 0x9C979B) is unknown color: approx London Hue. HEX triplet: 9C, 97 and 9B. RGB value is (156,151,155). Sum of RGB (Red+Green+Blue) = 156+151+155=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 156 - color contains mainly: red. Hex color #9C979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C979B is #636864. Grayscale: #989898. Windows color (decimal): -6514789 or 10196892. OLE color: 10196892.

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

Color convert

RGB156151155-
CMYK00.030.010.39
HSL312º2.46%60.2%-
HSV(B)312º3.21%61.18%-
XYZ30.6931.5735.49-
YUV152.95129.16130.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=33.77%
G=32.68%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615115500.030.010.393122.4660.2
Hex9C979B0312713823c
Octal23422723303147470274
Binary100111001001011110011011011110011110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C979B;
 }
 .AnyTagClassName
 {
   color: #9C979B;
 }
</style>
background-color css

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

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

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

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

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

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