#B777AF

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

Shades of London Hue #B777AF

Tints of London Hue #B777AF

Color information

#B777AF (or 0xB777AF) is unknown color: approx London Hue. HEX triplet: B7, 77 and AF. RGB value is (183,119,175). Sum of RGB (Red+Green+Blue) = 183+119+175=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B777AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777AF is #488850. Grayscale: #909090. Windows color (decimal): -4753489 or 11499447. OLE color: 11499447.

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

Color convert

RGB183119175-
CMYK00.350.040.28
HSL307.5º30.77%59.22%-
HSV(B)307.5º34.97%71.76%-
XYZ33.8626.3643.86-
YUV144.52145.2155.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=38.36%
G=24.95%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311917500.350.040.28307.530.7759.22
HexB777AF02341C1341f3b
Octal2671672570434344643773
Binary1011011111101111010111101000111001110010011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777AF; }

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

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

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

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

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

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

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

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