#A77C94

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

Shades of Bouquet #A77C94

Tints of Bouquet #A77C94

Color information

#A77C94 (or 0xA77C94) is unknown color: approx Bouquet. HEX triplet: A7, 7C and 94. RGB value is (167,124,148). Sum of RGB (Red+Green+Blue) = 167+124+148=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C94 is #58836B. Grayscale: #8B8B8B. Windows color (decimal): -5800812 or 9731239. OLE color: 9731239.

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

Color convert

RGB167124148-
CMYK00.260.110.35
HSL326.51º19.63%57.06%-
HSV(B)326.51º25.75%65.49%-
XYZ28.4924.7731.3-
YUV139.59132.75147.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=38.04%
G=28.25%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712414800.260.110.35326.5119.6357.06
HexA77C9401AB231471439
Octal24717422403213435072471
Binary10100111111110010010100011010101110001110100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C94; }

 p { color: rgb(167,124,148); }

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

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

 a { background-color: rgb(167,124,148); }

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

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

 span { border-color: rgb(167,124,148); }

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