Shades of Butterfly Bush #775F90
Tints of Butterfly Bush #775F90
RGB
CMYK
RGB Variations
Color information
#775F90 (or 0x775F90) is known color: Butterfly Bush. HEX triplet: 77, 5F and 90. RGB value is (119,95,144). Sum of RGB (Red+Green+Blue) = 119+95+144=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #775F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F90 is #88A06F. Grayscale: #6B6B6B. Windows color (decimal): -8953968 or 9461623. OLE color: 9461623.
HSL color Cylindrical-coordinate representation of color #775F90: hue angle of 269.39º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775F90 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 95 | 144 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.44 |
| HSL | 269.39º | 0.21% | 0.47% | - |
| HSV(B) | 269.39º | 0.34% | 0.56% | - |
| XYZ | 16.73 | 14.12 | 28.23 | - |
| YUV | 107.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 144 | 0.17 | 0.34 | 0 | 0.44 | 269.39 | 0.21 | 0.47 |
| Hex | 77 | 5F | 90 | 11 | 22 | 0 | 2C | 10D | 15 | 2F |
| Octal | 167 | 137 | 220 | 21 | 42 | 0 | 54 | 415 | 25 | 57 |
| Binary | 1110111 | 1011111 | 10010000 | 10001 | 100010 | 0 | 101100 | 100001101 | 10101 | 101111 |
Color Harmonies of #775F90
Complementary color
Monochromatic Colors of #775F90
Black with #775F90
Text Example
Text Example
White with #775F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F90; }
p { color: rgb(119,95,144); }
H1.HeaderClassName
{
color: #775F90;
}
.AnyTagClassName
{
color: #775F90;
}
</style>
background-color css
<style>
a { background-color: #775F90; }
a { background-color: rgb(119,95,144); }
div.DivClassName
{
background-color: #775F90;
}
.BgClassName
{
background-color: #775F90;
}
</style>
border-color css
<style>
span { border-color: #775F90; }
span { border-color: rgb(119,95,144); }
td.TdClassName
{
border-color: #775F90;
}
.TagClassName
{
border-color: #775F90;
}
</style>