Shades of London Hue #B78AAC
Tints of London Hue #B78AAC
RGB
CMYK
RGB Variations
Color information
#B78AAC (or 0xB78AAC) is known color: London Hue. HEX triplet: B7, 8A and AC. RGB value is (183,138,172). Sum of RGB (Red+Green+Blue) = 183+138+172=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AAC is #487553. Grayscale: #9B9B9B. Windows color (decimal): -4748628 or 11307703. OLE color: 11307703.
HSL color Cylindrical-coordinate representation of color #B78AAC: hue angle of 314.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AAC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 172 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.28 |
| HSL | 314.67º | 0.24% | 0.63% | - |
| HSV(B) | 314.67º | 0.25% | 0.72% | - |
| XYZ | 36.06 | 31.22 | 43.16 | - |
| YUV | 155.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 172 | 0 | 0.25 | 0.06 | 0.28 | 314.67 | 0.24 | 0.63 |
| Hex | B7 | 8A | AC | 0 | 19 | 6 | 1C | 13B | 18 | 3F |
| Octal | 267 | 212 | 254 | 0 | 31 | 6 | 34 | 473 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10101100 | 0 | 11001 | 110 | 11100 | 100111011 | 11000 | 111111 |
Color Harmonies of #B78AAC
Complementary color
Monochromatic Colors of #B78AAC
Black with #B78AAC
Text Example
Text Example
White with #B78AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78AAC; }
p { color: rgb(183,138,172); }
H1.HeaderClassName
{
color: #B78AAC;
}
.AnyTagClassName
{
color: #B78AAC;
}
</style>
background-color css
<style>
a { background-color: #B78AAC; }
a { background-color: rgb(183,138,172); }
div.DivClassName
{
background-color: #B78AAC;
}
.BgClassName
{
background-color: #B78AAC;
}
</style>
border-color css
<style>
span { border-color: #B78AAC; }
span { border-color: rgb(183,138,172); }
td.TdClassName
{
border-color: #B78AAC;
}
.TagClassName
{
border-color: #B78AAC;
}
</style>