Shades of Bouquet #A7759C
Tints of Bouquet #A7759C
RGB
CMYK
RGB Variations
Color information
#A7759C (or 0xA7759C) is known color: Bouquet. HEX triplet: A7, 75 and 9C. RGB value is (167,117,156). Sum of RGB (Red+Green+Blue) = 167+117+156=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759C is #588A63. Grayscale: #888888. Windows color (decimal): -5802596 or 10253735. OLE color: 10253735.
HSL color Cylindrical-coordinate representation of color #A7759C: hue angle of 313.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7759C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 156 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.35 |
| HSL | 313.2º | 0.22% | 0.56% | - |
| HSV(B) | 313.2º | 0.3% | 0.65% | - |
| XYZ | 28.3 | 23.34 | 34.47 | - |
| YUV | 136.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 156 | 0 | 0.30 | 0.07 | 0.35 | 313.2 | 0.22 | 0.56 |
| Hex | A7 | 75 | 9C | 0 | 1E | 7 | 23 | 139 | 16 | 38 |
| Octal | 247 | 165 | 234 | 0 | 36 | 7 | 43 | 471 | 26 | 70 |
| Binary | 10100111 | 1110101 | 10011100 | 0 | 11110 | 111 | 100011 | 100111001 | 10110 | 111000 |
Color Harmonies of #A7759C
Complementary color
Monochromatic Colors of #A7759C
Black with #A7759C
Text Example
Text Example
White with #A7759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7759C; }
p { color: rgb(167,117,156); }
H1.HeaderClassName
{
color: #A7759C;
}
.AnyTagClassName
{
color: #A7759C;
}
</style>
background-color css
<style>
a { background-color: #A7759C; }
a { background-color: rgb(167,117,156); }
div.DivClassName
{
background-color: #A7759C;
}
.BgClassName
{
background-color: #A7759C;
}
</style>
border-color css
<style>
span { border-color: #A7759C; }
span { border-color: rgb(167,117,156); }
td.TdClassName
{
border-color: #A7759C;
}
.TagClassName
{
border-color: #A7759C;
}
</style>