Shades of Bouquet #A77D90
Tints of Bouquet #A77D90
RGB
CMYK
RGB Variations
Color information
#A77D90 (or 0xA77D90) is known color: Bouquet. HEX triplet: A7, 7D and 90. RGB value is (167,125,144). Sum of RGB (Red+Green+Blue) = 167+125+144=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D90 is #58826F. Grayscale: #8B8B8B. Windows color (decimal): -5800560 or 9469351. OLE color: 9469351.
HSL color Cylindrical-coordinate representation of color #A77D90: hue angle of 332.86º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77D90 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 144 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.35 |
| HSL | 332.86º | 0.19% | 0.57% | - |
| HSV(B) | 332.86º | 0.25% | 0.65% | - |
| XYZ | 28.3 | 24.9 | 29.7 | - |
| YUV | 139.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 144 | 0 | 0.25 | 0.14 | 0.35 | 332.86 | 0.19 | 0.57 |
| Hex | A7 | 7D | 90 | 0 | 19 | E | 23 | 14D | 13 | 39 |
| Octal | 247 | 175 | 220 | 0 | 31 | 16 | 43 | 515 | 23 | 71 |
| Binary | 10100111 | 1111101 | 10010000 | 0 | 11001 | 1110 | 100011 | 101001101 | 10011 | 111001 |
Color Harmonies of #A77D90
Complementary color
Monochromatic Colors of #A77D90
Black with #A77D90
Text Example
Text Example
White with #A77D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D90; }
p { color: rgb(167,125,144); }
H1.HeaderClassName
{
color: #A77D90;
}
.AnyTagClassName
{
color: #A77D90;
}
</style>
background-color css
<style>
a { background-color: #A77D90; }
a { background-color: rgb(167,125,144); }
div.DivClassName
{
background-color: #A77D90;
}
.BgClassName
{
background-color: #A77D90;
}
</style>
border-color css
<style>
span { border-color: #A77D90; }
span { border-color: rgb(167,125,144); }
td.TdClassName
{
border-color: #A77D90;
}
.TagClassName
{
border-color: #A77D90;
}
</style>