#A7759B

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

Shades of Bouquet #A7759B

Tints of Bouquet #A7759B

Color information

#A7759B (or 0xA7759B) is unknown color: approx Bouquet. HEX triplet: A7, 75 and 9B. RGB value is (167,117,155). Sum of RGB (Red+Green+Blue) = 167+117+155=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759B is #588A64. Grayscale: #888888. Windows color (decimal): -5802597 or 10188199. OLE color: 10188199.

HSL color Cylindrical-coordinate representation of color #A7759B: hue angle of 314.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7759B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167117155-
CMYK00.300.070.35
HSL314.4º22.12%55.69%-
HSV(B)314.4º29.94%65.49%-
XYZ28.2123.334.02-
YUV136.28138.56149.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=38.04%
G=26.65%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711715500.300.070.35314.422.1255.69
HexA7759B01E72313a1638
Octal2471652330367434722670
Binary1010011111101011001101101111011110001110011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7759B; }

 p { color: rgb(167,117,155); }

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

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

 a { background-color: rgb(167,117,155); }

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

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

 span { border-color: rgb(167,117,155); }

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