Html Css Color HEX #9C979B London Hue

📋 copy color: '#9C979B'

red 156 ◦ green 151 ◦ blue 155

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

Shades of London Hue #9C979B

Tints of London Hue #9C979B

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 value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C979B (or 0x9C979B) is known color: 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

RGB 156 151 155 -
CMYK 0 0.03 0.01 0.39
HSL 312º 0.02% 0.6% -
HSV(B) 312º 0.03% 0.61% -
XYZ 30.69 31.57 35.49 -
YUV 152.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 156 151 155 0 0.03 0.01 0.39 312 0.02 0.6
Hex 9C 97 9B 0 3 1 27 138 2 3C
Octal 234 227 233 0 3 1 47 470 2 74
Binary 10011100 10010111 10011011 0 11 1 100111 100111000 10 111100

Color Harmonies of #9C979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C979B

Black with #9C979B

Text Example


Text Example

White with #9C979B

Text Example


Text Example

HTML Codes & Css Web 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>