#9F8C9C

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

Shades of Bouquet #9F8C9C

Tints of Bouquet #9F8C9C

Color information

#9F8C9C (or 0x9F8C9C) is unknown color: approx Bouquet. HEX triplet: 9F, 8C and 9C. RGB value is (159,140,156). Sum of RGB (Red+Green+Blue) = 159+140+156=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C9C is #607363. Grayscale: #939393. Windows color (decimal): -6320996 or 10259615. OLE color: 10259615.

HSL color Cylindrical-coordinate representation of color #9F8C9C: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8C9C is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159140156-
CMYK00.120.020.38
HSL309.47º9%58.63%-
HSV(B)309.47º11.95%62.35%-
XYZ29.6828.5335.39-
YUV147.5132.79136.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=34.95%
G=30.77%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914015600.120.020.38309.47958.63
Hex9F8C9C0C22613593b
Octal2372142340142464651173
Binary10011111100011001001110001100101001101001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,156); }

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

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

 a { background-color: rgb(159,140,156); }

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

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

 span { border-color: rgb(159,140,156); }

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