Shades of London Hue #B77BAC
Tints of London Hue #B77BAC
RGB
CMYK
RGB Variations
Color information
#B77BAC (or 0xB77BAC) is known color: London Hue. HEX triplet: B7, 7B and AC. RGB value is (183,123,172). Sum of RGB (Red+Green+Blue) = 183+123+172=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BAC is #488453. Grayscale: #929292. Windows color (decimal): -4752468 or 11303863. OLE color: 11303863.
HSL color Cylindrical-coordinate representation of color #B77BAC: hue angle of 311º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77BAC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 172 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.28 |
| HSL | 311º | 0.29% | 0.6% | - |
| HSV(B) | 311º | 0.33% | 0.72% | - |
| XYZ | 34.06 | 27.21 | 42.49 | - |
| YUV | 146.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 172 | 0 | 0.33 | 0.06 | 0.28 | 311 | 0.29 | 0.6 |
| Hex | B7 | 7B | AC | 0 | 21 | 6 | 1C | 137 | 1D | 3C |
| Octal | 267 | 173 | 254 | 0 | 41 | 6 | 34 | 467 | 35 | 74 |
| Binary | 10110111 | 1111011 | 10101100 | 0 | 100001 | 110 | 11100 | 100110111 | 11101 | 111100 |
Color Harmonies of #B77BAC
Complementary color
Monochromatic Colors of #B77BAC
Black with #B77BAC
Text Example
Text Example
White with #B77BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BAC; }
p { color: rgb(183,123,172); }
H1.HeaderClassName
{
color: #B77BAC;
}
.AnyTagClassName
{
color: #B77BAC;
}
</style>
background-color css
<style>
a { background-color: #B77BAC; }
a { background-color: rgb(183,123,172); }
div.DivClassName
{
background-color: #B77BAC;
}
.BgClassName
{
background-color: #B77BAC;
}
</style>
border-color css
<style>
span { border-color: #B77BAC; }
span { border-color: rgb(183,123,172); }
td.TdClassName
{
border-color: #B77BAC;
}
.TagClassName
{
border-color: #B77BAC;
}
</style>