Shades of London Hue #B777B4
Tints of London Hue #B777B4
RGB
CMYK
RGB Variations
Color information
#B777B4 (or 0xB777B4) is known color: London Hue. HEX triplet: B7, 77 and B4. RGB value is (183,119,180). Sum of RGB (Red+Green+Blue) = 183+119+180=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B777B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777B4 is #48884B. Grayscale: #909090. Windows color (decimal): -4753484 or 11827127. OLE color: 11827127.
HSL color Cylindrical-coordinate representation of color #B777B4: hue angle of 302.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B777B4 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 180 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.28 |
| HSL | 302.81º | 0.31% | 0.59% | - |
| HSV(B) | 302.81º | 0.35% | 0.72% | - |
| XYZ | 34.36 | 26.56 | 46.49 | - |
| YUV | 145.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 180 | 0 | 0.35 | 0.02 | 0.28 | 302.81 | 0.31 | 0.59 |
| Hex | B7 | 77 | B4 | 0 | 23 | 2 | 1C | 12F | 1F | 3B |
| Octal | 267 | 167 | 264 | 0 | 43 | 2 | 34 | 457 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10110100 | 0 | 100011 | 10 | 11100 | 100101111 | 11111 | 111011 |
Color Harmonies of #B777B4
Complementary color
Monochromatic Colors of #B777B4
Black with #B777B4
Text Example
Text Example
White with #B777B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777B4; }
p { color: rgb(183,119,180); }
H1.HeaderClassName
{
color: #B777B4;
}
.AnyTagClassName
{
color: #B777B4;
}
</style>
background-color css
<style>
a { background-color: #B777B4; }
a { background-color: rgb(183,119,180); }
div.DivClassName
{
background-color: #B777B4;
}
.BgClassName
{
background-color: #B777B4;
}
</style>
border-color css
<style>
span { border-color: #B777B4; }
span { border-color: rgb(183,119,180); }
td.TdClassName
{
border-color: #B777B4;
}
.TagClassName
{
border-color: #B777B4;
}
</style>