Shades of Butterfly Bush #77618F
Tints of Butterfly Bush #77618F
RGB
CMYK
RGB Variations
Color information
#77618F (or 0x77618F) is known color: Butterfly Bush. HEX triplet: 77, 61 and 8F. RGB value is (119,97,143). Sum of RGB (Red+Green+Blue) = 119+97+143=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #77618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618F is #889E70. Grayscale: #6C6C6C. Windows color (decimal): -8953457 or 9396599. OLE color: 9396599.
HSL color Cylindrical-coordinate representation of color #77618F: hue angle of 268.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77618F is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 97 | 143 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.44 |
| HSL | 268.7º | 0.19% | 0.47% | - |
| HSV(B) | 268.7º | 0.32% | 0.56% | - |
| XYZ | 16.84 | 14.45 | 27.89 | - |
| YUV | 108.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 143 | 0.17 | 0.32 | 0 | 0.44 | 268.7 | 0.19 | 0.47 |
| Hex | 77 | 61 | 8F | 11 | 20 | 0 | 2C | 10D | 13 | 2F |
| Octal | 167 | 141 | 217 | 21 | 40 | 0 | 54 | 415 | 23 | 57 |
| Binary | 1110111 | 1100001 | 10001111 | 10001 | 100000 | 0 | 101100 | 100001101 | 10011 | 101111 |
Color Harmonies of #77618F
Complementary color
Monochromatic Colors of #77618F
Black with #77618F
Text Example
Text Example
White with #77618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77618F; }
p { color: rgb(119,97,143); }
H1.HeaderClassName
{
color: #77618F;
}
.AnyTagClassName
{
color: #77618F;
}
</style>
background-color css
<style>
a { background-color: #77618F; }
a { background-color: rgb(119,97,143); }
div.DivClassName
{
background-color: #77618F;
}
.BgClassName
{
background-color: #77618F;
}
</style>
border-color css
<style>
span { border-color: #77618F; }
span { border-color: rgb(119,97,143); }
td.TdClassName
{
border-color: #77618F;
}
.TagClassName
{
border-color: #77618F;
}
</style>