Shades of Bouquet #A77B96
Tints of Bouquet #A77B96
RGB
CMYK
RGB Variations
Color information
#A77B96 (or 0xA77B96) is known color: 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
| RGB | 167 | 123 | 150 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.35 |
| HSL | 323.18º | 0.2% | 0.57% | - |
| HSV(B) | 323.18º | 0.26% | 0.65% | - |
| XYZ | 28.52 | 24.58 | 32.1 | - |
| YUV | 139.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 150 | 0 | 0.26 | 0.10 | 0.35 | 323.18 | 0.2 | 0.57 |
| Hex | A7 | 7B | 96 | 0 | 1A | A | 23 | 143 | 14 | 39 |
| Octal | 247 | 173 | 226 | 0 | 32 | 12 | 43 | 503 | 24 | 71 |
| Binary | 10100111 | 1111011 | 10010110 | 0 | 11010 | 1010 | 100011 | 101000011 | 10100 | 111001 |
Color Harmonies of #A77B96
Complementary color
Monochromatic Colors of #A77B96
Black with #A77B96
Text Example
Text Example
White with #A77B96
Text Example
Text Example
HTML Codes & Css Web 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>