Shades of London Hue #B77DAB
Tints of London Hue #B77DAB
RGB
CMYK
RGB Variations
Color information
#B77DAB (or 0xB77DAB) is known color: London Hue. HEX triplet: B7, 7D and AB. RGB value is (183,125,171). Sum of RGB (Red+Green+Blue) = 183+125+171=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77DAB is #488254. Grayscale: #939393. Windows color (decimal): -4751957 or 11238839. OLE color: 11238839.
HSL color Cylindrical-coordinate representation of color #B77DAB: hue angle of 312.41º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77DAB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 171 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.28 |
| HSL | 312.41º | 0.29% | 0.6% | - |
| HSV(B) | 312.41º | 0.32% | 0.72% | - |
| XYZ | 34.21 | 27.67 | 42.07 | - |
| YUV | 147.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 171 | 0 | 0.32 | 0.07 | 0.28 | 312.41 | 0.29 | 0.6 |
| Hex | B7 | 7D | AB | 0 | 20 | 7 | 1C | 138 | 1D | 3C |
| Octal | 267 | 175 | 253 | 0 | 40 | 7 | 34 | 470 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10101011 | 0 | 100000 | 111 | 11100 | 100111000 | 11101 | 111100 |
Color Harmonies of #B77DAB
Complementary color
Monochromatic Colors of #B77DAB
Black with #B77DAB
Text Example
Text Example
White with #B77DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DAB; }
p { color: rgb(183,125,171); }
H1.HeaderClassName
{
color: #B77DAB;
}
.AnyTagClassName
{
color: #B77DAB;
}
</style>
background-color css
<style>
a { background-color: #B77DAB; }
a { background-color: rgb(183,125,171); }
div.DivClassName
{
background-color: #B77DAB;
}
.BgClassName
{
background-color: #B77DAB;
}
</style>
border-color css
<style>
span { border-color: #B77DAB; }
span { border-color: rgb(183,125,171); }
td.TdClassName
{
border-color: #B77DAB;
}
.TagClassName
{
border-color: #B77DAB;
}
</style>