#9D979C

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

Shades of London Hue #9D979C

Tints of London Hue #9D979C

Color information

#9D979C (or 0x9D979C) is unknown color: approx London Hue. HEX triplet: 9D, 97 and 9C. RGB value is (157,151,156). Sum of RGB (Red+Green+Blue) = 157+151+156=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D979C is #626863. Grayscale: #999999. Windows color (decimal): -6449252 or 10262429. OLE color: 10262429.

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

Color convert

RGB157151156-
CMYK00.040.010.38
HSL310º2.97%60.39%-
HSV(B)310º3.82%61.57%-
XYZ30.9731.735.94-
YUV153.36129.49130.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=33.84%
G=32.54%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715115600.040.010.383102.9760.39
Hex9D979C0412613633c
Octal23522723404146466374
Binary1001110110010111100111000100110011010011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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