#B77CAB

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

Shades of London Hue #B77CAB

Tints of London Hue #B77CAB

Color information

#B77CAB (or 0xB77CAB) is unknown color: approx London Hue. HEX triplet: B7, 7C and AB. RGB value is (183,124,171). Sum of RGB (Red+Green+Blue) = 183+124+171=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CAB is #488354. Grayscale: #929292. Windows color (decimal): -4752213 or 11238583. OLE color: 11238583.

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

Color convert

RGB183124171-
CMYK00.320.070.28
HSL312.2º29.06%60.2%-
HSV(B)312.2º32.24%71.76%-
XYZ34.0927.4242.02-
YUV147141.55153.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=38.28%
G=25.94%
B=35.77%

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
Decimal18312417100.320.070.28312.229.0660.2
HexB77CAB02071C1381d3c
Octal2671742530407344703574
Binary1011011111111001010101101000001111110010011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CAB; }

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

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

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

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

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

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

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

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