Shades of London Hue #B777AF
Tints of London Hue #B777AF
RGB
CMYK
RGB Variations
Color information
#B777AF (or 0xB777AF) is known color: London Hue. HEX triplet: B7, 77 and AF. RGB value is (183,119,175). Sum of RGB (Red+Green+Blue) = 183+119+175=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B777AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777AF is #488850. Grayscale: #909090. Windows color (decimal): -4753489 or 11499447. OLE color: 11499447.
HSL color Cylindrical-coordinate representation of color #B777AF: hue angle of 307.5º 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 #B777AF is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 175 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.28 |
| HSL | 307.5º | 0.31% | 0.59% | - |
| HSV(B) | 307.5º | 0.35% | 0.72% | - |
| XYZ | 33.86 | 26.36 | 43.86 | - |
| YUV | 144.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 175 | 0 | 0.35 | 0.04 | 0.28 | 307.5 | 0.31 | 0.59 |
| Hex | B7 | 77 | AF | 0 | 23 | 4 | 1C | 134 | 1F | 3B |
| Octal | 267 | 167 | 257 | 0 | 43 | 4 | 34 | 464 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10101111 | 0 | 100011 | 100 | 11100 | 100110100 | 11111 | 111011 |
Color Harmonies of #B777AF
Complementary color
Monochromatic Colors of #B777AF
Black with #B777AF
Text Example
Text Example
White with #B777AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777AF; }
p { color: rgb(183,119,175); }
H1.HeaderClassName
{
color: #B777AF;
}
.AnyTagClassName
{
color: #B777AF;
}
</style>
background-color css
<style>
a { background-color: #B777AF; }
a { background-color: rgb(183,119,175); }
div.DivClassName
{
background-color: #B777AF;
}
.BgClassName
{
background-color: #B777AF;
}
</style>
border-color css
<style>
span { border-color: #B777AF; }
span { border-color: rgb(183,119,175); }
td.TdClassName
{
border-color: #B777AF;
}
.TagClassName
{
border-color: #B777AF;
}
</style>