#B77AAB

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

Shades of London Hue #B77AAB

Tints of London Hue #B77AAB

Color information

#B77AAB (or 0xB77AAB) is unknown color: approx London Hue. HEX triplet: B7, 7A and AB. RGB value is (183,122,171). Sum of RGB (Red+Green+Blue) = 183+122+171=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AAB is #488554. Grayscale: #919191. Windows color (decimal): -4752725 or 11238071. OLE color: 11238071.

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

Color convert

RGB183122171-
CMYK00.330.070.28
HSL311.8º29.76%59.8%-
HSV(B)311.8º33.33%71.76%-
XYZ33.8426.9341.94-
YUV145.82142.21154.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=38.45%
G=25.63%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312217100.330.070.28311.829.7659.8
HexB77AAB02171C1381e3c
Octal2671722530417344703674
Binary1011011111110101010101101000011111110010011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AAB; }

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

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

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

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

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

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

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

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