Shades of London Hue #B77AAC
Tints of London Hue #B77AAC
RGB
CMYK
RGB Variations
Color information
#B77AAC (or 0xB77AAC) is known color: London Hue. HEX triplet: B7, 7A and AC. RGB value is (183,122,172). Sum of RGB (Red+Green+Blue) = 183+122+172=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AAC is #488553. Grayscale: #919191. Windows color (decimal): -4752724 or 11303607. OLE color: 11303607.
HSL color Cylindrical-coordinate representation of color #B77AAC: hue angle of 310.82º degrees, saturation: 0.3, 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 #B77AAC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 172 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.28 |
| HSL | 310.82º | 0.3% | 0.6% | - |
| HSV(B) | 310.82º | 0.33% | 0.72% | - |
| XYZ | 33.93 | 26.96 | 42.45 | - |
| YUV | 145.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 172 | 0 | 0.33 | 0.06 | 0.28 | 310.82 | 0.3 | 0.6 |
| Hex | B7 | 7A | AC | 0 | 21 | 6 | 1C | 137 | 1E | 3C |
| Octal | 267 | 172 | 254 | 0 | 41 | 6 | 34 | 467 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10101100 | 0 | 100001 | 110 | 11100 | 100110111 | 11110 | 111100 |
Color Harmonies of #B77AAC
Complementary color
Monochromatic Colors of #B77AAC
Black with #B77AAC
Text Example
Text Example
White with #B77AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AAC; }
p { color: rgb(183,122,172); }
H1.HeaderClassName
{
color: #B77AAC;
}
.AnyTagClassName
{
color: #B77AAC;
}
</style>
background-color css
<style>
a { background-color: #B77AAC; }
a { background-color: rgb(183,122,172); }
div.DivClassName
{
background-color: #B77AAC;
}
.BgClassName
{
background-color: #B77AAC;
}
</style>
border-color css
<style>
span { border-color: #B77AAC; }
span { border-color: rgb(183,122,172); }
td.TdClassName
{
border-color: #B77AAC;
}
.TagClassName
{
border-color: #B77AAC;
}
</style>