Html Css Color HEX #9F979B Shady Lady

📋 copy color: '#9F979B'

red 159 ◦ green 151 ◦ blue 155

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

Shades of Shady Lady #9F979B

Tints of Shady Lady #9F979B

RGB

 RED value IS 159 (62.5% from 255) = 34.19%

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 34.19%
G = 32.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F979B (or 0x9F979B) is known color: Shady Lady. HEX triplet: 9F, 97 and 9B. RGB value is (159,151,155). Sum of RGB (Red+Green+Blue) = 159+151+155=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 159 - color contains mainly: red. Hex color #9F979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F979B is #606864. Grayscale: #999999. Windows color (decimal): -6318181 or 10196895. OLE color: 10196895.

HSL color Cylindrical-coordinate representation of color #9F979B: hue angle of 330º 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 #9F979B is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 151 155 -
CMYK 0 0.05 0.03 0.38
HSL 330º 0.04% 0.61% -
HSV(B) 330º 0.05% 0.62% -
XYZ 31.28 31.87 35.51 -
YUV 153.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 159 151 155 0 0.05 0.03 0.38 330 0.04 0.61
Hex 9F 97 9B 0 5 3 26 14A 4 3D
Octal 237 227 233 0 5 3 46 512 4 75
Binary 10011111 10010111 10011011 0 101 11 100110 101001010 100 111101

Color Harmonies of #9F979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F979B

Black with #9F979B

Text Example


Text Example

White with #9F979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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