Shades of London Hue #B077AA
Tints of London Hue #B077AA
RGB
CMYK
RGB Variations
Color information
#B077AA (or 0xB077AA) is known color: London Hue. HEX triplet: B0, 77 and AA. RGB value is (176,119,170). Sum of RGB (Red+Green+Blue) = 176+119+170=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AA is #4F8855. Grayscale: #8D8D8D. Windows color (decimal): -5212246 or 11171760. OLE color: 11171760.
HSL color Cylindrical-coordinate representation of color #B077AA: hue angle of 306.32º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B077AA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 170 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.31 |
| HSL | 306.32º | 0.27% | 0.58% | - |
| HSV(B) | 306.32º | 0.32% | 0.69% | - |
| XYZ | 31.76 | 25.33 | 41.24 | - |
| YUV | 141.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 170 | 0 | 0.32 | 0.03 | 0.31 | 306.32 | 0.27 | 0.58 |
| Hex | B0 | 77 | AA | 0 | 20 | 3 | 1F | 132 | 1B | 3A |
| Octal | 260 | 167 | 252 | 0 | 40 | 3 | 37 | 462 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10101010 | 0 | 100000 | 11 | 11111 | 100110010 | 11011 | 111010 |
Color Harmonies of #B077AA
Complementary color
Monochromatic Colors of #B077AA
Black with #B077AA
Text Example
Text Example
White with #B077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077AA; }
p { color: rgb(176,119,170); }
H1.HeaderClassName
{
color: #B077AA;
}
.AnyTagClassName
{
color: #B077AA;
}
</style>
background-color css
<style>
a { background-color: #B077AA; }
a { background-color: rgb(176,119,170); }
div.DivClassName
{
background-color: #B077AA;
}
.BgClassName
{
background-color: #B077AA;
}
</style>
border-color css
<style>
span { border-color: #B077AA; }
span { border-color: rgb(176,119,170); }
td.TdClassName
{
border-color: #B077AA;
}
.TagClassName
{
border-color: #B077AA;
}
</style>