#9E7799

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

Shades of Bouquet #9E7799

Tints of Bouquet #9E7799

Color information

#9E7799 (or 0x9E7799) is unknown color: approx Bouquet. HEX triplet: 9E, 77 and 99. RGB value is (158,119,153). Sum of RGB (Red+Green+Blue) = 158+119+153=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7799 is #618866. Grayscale: #868686. Windows color (decimal): -6391911 or 10057630. OLE color: 10057630.

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

Color convert

RGB158119153-
CMYK00.250.030.38
HSL307.69º16.74%54.31%-
HSV(B)307.69º24.68%61.96%-
XYZ26.4522.7633.14-
YUV134.54138.42144.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=36.74%
G=27.67%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811915300.250.030.38307.6916.7454.31
Hex9E77990193261341136
Octal2361672310313464642166
Binary100111101110111100110010110011110011010011010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,119,153); }

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

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

 a { background-color: rgb(158,119,153); }

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

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

 span { border-color: rgb(158,119,153); }

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