#A7759C

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

Shades of Bouquet #A7759C

Tints of Bouquet #A7759C

Color information

#A7759C (or 0xA7759C) is unknown color: approx Bouquet. HEX triplet: A7, 75 and 9C. RGB value is (167,117,156). Sum of RGB (Red+Green+Blue) = 167+117+156=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759C is #588A63. Grayscale: #888888. Windows color (decimal): -5802596 or 10253735. OLE color: 10253735.

HSL color Cylindrical-coordinate representation of color #A7759C: hue angle of 313.2º 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 #A7759C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167117156-
CMYK00.300.070.35
HSL313.2º22.12%55.69%-
HSV(B)313.2º29.94%65.49%-
XYZ28.323.3434.47-
YUV136.4139.06149.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=37.95%
G=26.59%
B=35.45%

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
Decimal16711715600.300.070.35313.222.1255.69
HexA7759C01E7231391638
Octal2471652340367434712670
Binary1010011111101011001110001111011110001110011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7759C; }

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

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

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

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

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

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

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

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