#B777AC

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

Shades of London Hue #B777AC

Tints of London Hue #B777AC

Color information

#B777AC (or 0xB777AC) is unknown color: approx London Hue. HEX triplet: B7, 77 and AC. RGB value is (183,119,172). Sum of RGB (Red+Green+Blue) = 183+119+172=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B777AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777AC is #488853. Grayscale: #909090. Windows color (decimal): -4753492 or 11302839. OLE color: 11302839.

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

Color convert

RGB183119172-
CMYK00.350.060.28
HSL310.31º30.77%59.22%-
HSV(B)310.31º34.97%71.76%-
XYZ33.5726.2442.33-
YUV144.18143.7155.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=38.61%
G=25.11%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311917200.350.060.28310.3130.7759.22
HexB777AC02361C1361f3b
Octal2671672540436344663773
Binary1011011111101111010110001000111101110010011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777AC; }

 p { color: rgb(183,119,172); }

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

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

 a { background-color: rgb(183,119,172); }

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

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

 span { border-color: rgb(183,119,172); }

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