#B77EAF

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

Shades of London Hue #B77EAF

Tints of London Hue #B77EAF

Color information

#B77EAF (or 0xB77EAF) is unknown color: approx London Hue. HEX triplet: B7, 7E and AF. RGB value is (183,126,175). Sum of RGB (Red+Green+Blue) = 183+126+175=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EAF is #488150. Grayscale: #949494. Windows color (decimal): -4751697 or 11501239. OLE color: 11501239.

HSL color Cylindrical-coordinate representation of color #B77EAF: hue angle of 308.42º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77EAF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183126175-
CMYK00.310.040.28
HSL308.42º28.36%60.59%-
HSV(B)308.42º31.15%71.76%-
XYZ34.7328.0844.15-
YUV148.63142.88152.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=37.81%
G=26.03%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312617500.310.040.28308.4228.3660.59
HexB77EAF01F41C1341c3d
Octal2671762570374344643475
Binary101101111111110101011110111111001110010011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EAF; }

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

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

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

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

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

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

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

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