Shades of London Hue #B78DAA
Tints of London Hue #B78DAA
RGB
CMYK
RGB Variations
Color information
#B78DAA (or 0xB78DAA) is known color: London Hue. HEX triplet: B7, 8D and AA. RGB value is (183,141,170). Sum of RGB (Red+Green+Blue) = 183+141+170=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78DAA is #487255. Grayscale: #9C9C9C. Windows color (decimal): -4747862 or 11177399. OLE color: 11177399.
HSL color Cylindrical-coordinate representation of color #B78DAA: hue angle of 318.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78DAA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 170 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.28 |
| HSL | 318.57º | 0.23% | 0.64% | - |
| HSV(B) | 318.57º | 0.23% | 0.72% | - |
| XYZ | 36.31 | 32.02 | 42.3 | - |
| YUV | 156.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 170 | 0 | 0.23 | 0.07 | 0.28 | 318.57 | 0.23 | 0.64 |
| Hex | B7 | 8D | AA | 0 | 17 | 7 | 1C | 13F | 17 | 40 |
| Octal | 267 | 215 | 252 | 0 | 27 | 7 | 34 | 477 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10101010 | 0 | 10111 | 111 | 11100 | 100111111 | 10111 | 1000000 |
Color Harmonies of #B78DAA
Complementary color
Monochromatic Colors of #B78DAA
Black with #B78DAA
Text Example
Text Example
White with #B78DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DAA; }
p { color: rgb(183,141,170); }
H1.HeaderClassName
{
color: #B78DAA;
}
.AnyTagClassName
{
color: #B78DAA;
}
</style>
background-color css
<style>
a { background-color: #B78DAA; }
a { background-color: rgb(183,141,170); }
div.DivClassName
{
background-color: #B78DAA;
}
.BgClassName
{
background-color: #B78DAA;
}
</style>
border-color css
<style>
span { border-color: #B78DAA; }
span { border-color: rgb(183,141,170); }
td.TdClassName
{
border-color: #B78DAA;
}
.TagClassName
{
border-color: #B78DAA;
}
</style>