Shades of London Hue #B77EAA
Tints of London Hue #B77EAA
RGB
CMYK
RGB Variations
Color information
#B77EAA (or 0xB77EAA) is known color: London Hue. HEX triplet: B7, 7E and AA. RGB value is (183,126,170). Sum of RGB (Red+Green+Blue) = 183+126+170=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EAA is #488155. Grayscale: #939393. Windows color (decimal): -4751702 or 11173559. OLE color: 11173559.
HSL color Cylindrical-coordinate representation of color #B77EAA: hue angle of 313.68º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77EAA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 170 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.28 |
| HSL | 313.68º | 0.28% | 0.61% | - |
| HSV(B) | 313.68º | 0.31% | 0.72% | - |
| XYZ | 34.25 | 27.89 | 41.61 | - |
| YUV | 148.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 170 | 0 | 0.31 | 0.07 | 0.28 | 313.68 | 0.28 | 0.61 |
| Hex | B7 | 7E | AA | 0 | 1F | 7 | 1C | 13A | 1C | 3D |
| Octal | 267 | 176 | 252 | 0 | 37 | 7 | 34 | 472 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10101010 | 0 | 11111 | 111 | 11100 | 100111010 | 11100 | 111101 |
Color Harmonies of #B77EAA
Complementary color
Monochromatic Colors of #B77EAA
Black with #B77EAA
Text Example
Text Example
White with #B77EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77EAA; }
p { color: rgb(183,126,170); }
H1.HeaderClassName
{
color: #B77EAA;
}
.AnyTagClassName
{
color: #B77EAA;
}
</style>
background-color css
<style>
a { background-color: #B77EAA; }
a { background-color: rgb(183,126,170); }
div.DivClassName
{
background-color: #B77EAA;
}
.BgClassName
{
background-color: #B77EAA;
}
</style>
border-color css
<style>
span { border-color: #B77EAA; }
span { border-color: rgb(183,126,170); }
td.TdClassName
{
border-color: #B77EAA;
}
.TagClassName
{
border-color: #B77EAA;
}
</style>