#9F7797

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

Shades of Bouquet #9F7797

Tints of Bouquet #9F7797

Color information

#9F7797 (or 0x9F7797) is unknown color: approx Bouquet. HEX triplet: 9F, 77 and 97. RGB value is (159,119,151). Sum of RGB (Red+Green+Blue) = 159+119+151=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7797 is #608868. Grayscale: #868686. Windows color (decimal): -6326377 or 9926559. OLE color: 9926559.

HSL color Cylindrical-coordinate representation of color #9F7797: hue angle of 312º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7797 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB159119151-
CMYK00.250.050.38
HSL312º17.24%54.51%-
HSV(B)312º25.16%62.35%-
XYZ26.4822.832.28-
YUV134.61137.25145.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=37.06%
G=27.74%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911915100.250.050.3831217.2454.51
Hex9F77970195261381137
Octal2371672270315464702167
Binary1001111111101111001011101100110110011010011100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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