Html Css Color HEX #9F9799 Shady Lady

📋 copy color: '#9F9799'

red 159 ◦ green 151 ◦ blue 153

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

Shades of Shady Lady #9F9799

Tints of Shady Lady #9F9799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 34.34%
G = 32.61%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F9799 (or 0x9F9799) is known color: Shady Lady. HEX triplet: 9F, 97 and 99. RGB value is (159,151,153). Sum of RGB (Red+Green+Blue) = 159+151+153=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9799 is #606866. Grayscale: #999999. Windows color (decimal): -6318183 or 10065823. OLE color: 10065823.

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

Color convert

RGB 159 151 153 -
CMYK 0 0.05 0.04 0.38
HSL 345º 0.04% 0.61% -
HSV(B) 345º 0.05% 0.62% -
XYZ 31.11 31.8 34.64 -
YUV 153.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 159 151 153 0 0.05 0.04 0.38 345 0.04 0.61
Hex 9F 97 99 0 5 4 26 159 4 3D
Octal 237 227 231 0 5 4 46 531 4 75
Binary 10011111 10010111 10011001 0 101 100 100110 101011001 100 111101

Color Harmonies of #9F9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9799

Black with #9F9799

Text Example


Text Example

White with #9F9799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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