Shades of Bouquet #A77F9C
Tints of Bouquet #A77F9C
RGB
CMYK
RGB Variations
Color information
#A77F9C (or 0xA77F9C) is known color: Bouquet. HEX triplet: A7, 7F and 9C. RGB value is (167,127,156). Sum of RGB (Red+Green+Blue) = 167+127+156=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9C is #588063. Grayscale: #8E8E8E. Windows color (decimal): -5800036 or 10256295. OLE color: 10256295.
HSL color Cylindrical-coordinate representation of color #A77F9C: hue angle of 316.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F9C is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 156 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.35 |
| HSL | 316.5º | 0.19% | 0.58% | - |
| HSV(B) | 316.5º | 0.24% | 0.65% | - |
| XYZ | 29.53 | 25.79 | 34.88 | - |
| YUV | 142.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 156 | 0 | 0.24 | 0.07 | 0.35 | 316.5 | 0.19 | 0.58 |
| Hex | A7 | 7F | 9C | 0 | 18 | 7 | 23 | 13C | 13 | 3A |
| Octal | 247 | 177 | 234 | 0 | 30 | 7 | 43 | 474 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10011100 | 0 | 11000 | 111 | 100011 | 100111100 | 10011 | 111010 |
Color Harmonies of #A77F9C
Complementary color
Monochromatic Colors of #A77F9C
Black with #A77F9C
Text Example
Text Example
White with #A77F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F9C; }
p { color: rgb(167,127,156); }
H1.HeaderClassName
{
color: #A77F9C;
}
.AnyTagClassName
{
color: #A77F9C;
}
</style>
background-color css
<style>
a { background-color: #A77F9C; }
a { background-color: rgb(167,127,156); }
div.DivClassName
{
background-color: #A77F9C;
}
.BgClassName
{
background-color: #A77F9C;
}
</style>
border-color css
<style>
span { border-color: #A77F9C; }
span { border-color: rgb(167,127,156); }
td.TdClassName
{
border-color: #A77F9C;
}
.TagClassName
{
border-color: #A77F9C;
}
</style>