Shades of Bouquet #A77F92
Tints of Bouquet #A77F92
RGB
CMYK
RGB Variations
Color information
#A77F92 (or 0xA77F92) is known color: Bouquet. HEX triplet: A7, 7F and 92. RGB value is (167,127,146). Sum of RGB (Red+Green+Blue) = 167+127+146=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F92 is #58806D. Grayscale: #8D8D8D. Windows color (decimal): -5800046 or 9600935. OLE color: 9600935.
HSL color Cylindrical-coordinate representation of color #A77F92: hue angle of 331.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 #A77F92 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 146 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.35 |
| HSL | 331.5º | 0.19% | 0.58% | - |
| HSV(B) | 331.5º | 0.24% | 0.65% | - |
| XYZ | 28.71 | 25.47 | 30.6 | - |
| YUV | 141.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 146 | 0 | 0.24 | 0.13 | 0.35 | 331.5 | 0.19 | 0.58 |
| Hex | A7 | 7F | 92 | 0 | 18 | D | 23 | 14C | 13 | 3A |
| Octal | 247 | 177 | 222 | 0 | 30 | 15 | 43 | 514 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10010010 | 0 | 11000 | 1101 | 100011 | 101001100 | 10011 | 111010 |
Color Harmonies of #A77F92
Complementary color
Monochromatic Colors of #A77F92
Black with #A77F92
Text Example
Text Example
White with #A77F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F92; }
p { color: rgb(167,127,146); }
H1.HeaderClassName
{
color: #A77F92;
}
.AnyTagClassName
{
color: #A77F92;
}
</style>
background-color css
<style>
a { background-color: #A77F92; }
a { background-color: rgb(167,127,146); }
div.DivClassName
{
background-color: #A77F92;
}
.BgClassName
{
background-color: #A77F92;
}
</style>
border-color css
<style>
span { border-color: #A77F92; }
span { border-color: rgb(167,127,146); }
td.TdClassName
{
border-color: #A77F92;
}
.TagClassName
{
border-color: #A77F92;
}
</style>