#B777B8

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

Shades of London Hue #B777B8

Tints of London Hue #B777B8

Color information

#B777B8 (or 0xB777B8) is unknown color: approx London Hue. HEX triplet: B7, 77 and B8. RGB value is (183,119,184). Sum of RGB (Red+Green+Blue) = 183+119+184=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #B777B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777B8 is #488847. Grayscale: #919191. Windows color (decimal): -4753480 or 12089271. OLE color: 12089271.

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

Color convert

RGB183119184-
CMYK0.010.3500.28
HSL299.08º31.4%59.41%-
HSV(B)299.08º35.33%72.16%-
XYZ34.7826.7248.67-
YUV145.55149.7154.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=37.65%
G=24.49%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831191840.010.3500.28299.0831.459.41
HexB777B812301C12b1f3b
Octal2671672701430344533773
Binary10110111111011110111000110001101110010010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777B8; }

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

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

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

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

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

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

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

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