#B77AAC

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

Shades of London Hue #B77AAC

Tints of London Hue #B77AAC

Color information

#B77AAC (or 0xB77AAC) is unknown color: approx 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

RGB183122172-
CMYK00.330.060.28
HSL310.82º29.76%59.8%-
HSV(B)310.82º33.33%71.76%-
XYZ33.9326.9642.45-
YUV145.94142.71154.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=38.36%
G=25.58%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312217200.330.060.28310.8229.7659.8
HexB77AAC02161C1371e3c
Octal2671722540416344673674
Binary1011011111110101010110001000011101110010011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>