#B77DAB

Color #B77DAB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B77DAB

Tints of London Hue #B77DAB

Color information

#B77DAB (or 0xB77DAB) is unknown color: approx London Hue. HEX triplet: B7, 7D and AB. RGB value is (183,125,171). Sum of RGB (Red+Green+Blue) = 183+125+171=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77DAB is #488254. Grayscale: #939393. Windows color (decimal): -4751957 or 11238839. OLE color: 11238839.

HSL color Cylindrical-coordinate representation of color #B77DAB: hue angle of 312.41º 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 #B77DAB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183125171-
CMYK00.320.070.28
HSL312.41º28.71%60.39%-
HSV(B)312.41º31.69%71.76%-
XYZ34.2127.6742.07-
YUV147.59141.22153.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=38.20%
G=26.10%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312517100.320.070.28312.4128.7160.39
HexB77DAB02071C1381d3c
Octal2671752530407344703574
Binary1011011111111011010101101000001111110010011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DAB; }

 p { color: rgb(183,125,171); }

 H1.HeaderClassName
 {
   color: #B77DAB;
 }
 .AnyTagClassName
 {
   color: #B77DAB;
 }
</style>
background-color css

<style>
 a { background-color: #B77DAB; }

 a { background-color: rgb(183,125,171); }

 div.DivClassName
 {
   background-color: #B77DAB;
 }
 .BgClassName
 {
   background-color: #B77DAB;
 }
</style>
border-color css

<style>
 span { border-color: #B77DAB; }

 span { border-color: rgb(183,125,171); }

 td.TdClassName
 {
   border-color: #B77DAB;
 }
 .TagClassName
 {
   border-color: #B77DAB;
 }
</style>