#A77A8F

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

Shades of Bouquet #A77A8F

Tints of Bouquet #A77A8F

Color information

#A77A8F (or 0xA77A8F) is unknown color: approx Bouquet. HEX triplet: A7, 7A and 8F. RGB value is (167,122,143). Sum of RGB (Red+Green+Blue) = 167+122+143=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A8F is #588570. Grayscale: #898989. Windows color (decimal): -5801329 or 9403047. OLE color: 9403047.

HSL color Cylindrical-coordinate representation of color #A77A8F: hue angle of 332º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A8F is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167122143-
CMYK00.270.140.35
HSL332º20.36%56.67%-
HSV(B)332º26.95%65.49%-
XYZ27.8524.1229.17-
YUV137.85130.91148.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=38.66%
G=28.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712214300.270.140.3533220.3656.67
HexA77A8F01BE2314c1439
Octal24717221703316435142471
Binary10100111111101010001111011011111010001110100110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A8F; }

 p { color: rgb(167,122,143); }

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

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

 a { background-color: rgb(167,122,143); }

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

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

 span { border-color: rgb(167,122,143); }

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