#A77B96

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

Shades of Bouquet #A77B96

Tints of Bouquet #A77B96

Color information

#A77B96 (or 0xA77B96) is unknown color: approx Bouquet. HEX triplet: A7, 7B and 96. RGB value is (167,123,150). Sum of RGB (Red+Green+Blue) = 167+123+150=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77B96 is #588469. Grayscale: #8B8B8B. Windows color (decimal): -5801066 or 9862055. OLE color: 9862055.

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

Color convert

RGB167123150-
CMYK00.260.100.35
HSL323.18º20%56.86%-
HSV(B)323.18º26.35%65.49%-
XYZ28.5224.5832.1-
YUV139.23134.08147.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=37.95%
G=27.95%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712315000.260.100.35323.182056.86
HexA77B9601AA231431439
Octal24717322603212435032471
Binary10100111111101110010110011010101010001110100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B96; }

 p { color: rgb(167,123,150); }

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

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

 a { background-color: rgb(167,123,150); }

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

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

 span { border-color: rgb(167,123,150); }

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