Shades of London Hue #B77CAC
Tints of London Hue #B77CAC
RGB
CMYK
RGB Variations
Color information
#B77CAC (or 0xB77CAC) is known color: London Hue. HEX triplet: B7, 7C and AC. RGB value is (183,124,172). Sum of RGB (Red+Green+Blue) = 183+124+172=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CAC is #488353. Grayscale: #929292. Windows color (decimal): -4752212 or 11304119. OLE color: 11304119.
HSL color Cylindrical-coordinate representation of color #B77CAC: hue angle of 311.19º 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 #B77CAC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 172 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.28 |
| HSL | 311.19º | 0.29% | 0.6% | - |
| HSV(B) | 311.19º | 0.32% | 0.72% | - |
| XYZ | 34.18 | 27.46 | 42.53 | - |
| YUV | 147.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 172 | 0 | 0.32 | 0.06 | 0.28 | 311.19 | 0.29 | 0.6 |
| Hex | B7 | 7C | AC | 0 | 20 | 6 | 1C | 137 | 1D | 3C |
| Octal | 267 | 174 | 254 | 0 | 40 | 6 | 34 | 467 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10101100 | 0 | 100000 | 110 | 11100 | 100110111 | 11101 | 111100 |
Color Harmonies of #B77CAC
Complementary color
Monochromatic Colors of #B77CAC
Black with #B77CAC
Text Example
Text Example
White with #B77CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CAC; }
p { color: rgb(183,124,172); }
H1.HeaderClassName
{
color: #B77CAC;
}
.AnyTagClassName
{
color: #B77CAC;
}
</style>
background-color css
<style>
a { background-color: #B77CAC; }
a { background-color: rgb(183,124,172); }
div.DivClassName
{
background-color: #B77CAC;
}
.BgClassName
{
background-color: #B77CAC;
}
</style>
border-color css
<style>
span { border-color: #B77CAC; }
span { border-color: rgb(183,124,172); }
td.TdClassName
{
border-color: #B77CAC;
}
.TagClassName
{
border-color: #B77CAC;
}
</style>