Html Css Color HEX #B777AC London Hue

📋 copy color: '#B777AC'

red 183 ◦ green 119 ◦ blue 172

#B777AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B777AC

Tints of London Hue #B777AC

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 value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B777AC (or 0xB777AC) is known color: 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

RGB 183 119 172 -
CMYK 0 0.35 0.06 0.28
HSL 310.31º 0.31% 0.59% -
HSV(B) 310.31º 0.35% 0.72% -
XYZ 33.57 26.24 42.33 -
YUV 144.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 183 119 172 0 0.35 0.06 0.28 310.31 0.31 0.59
Hex B7 77 AC 0 23 6 1C 136 1F 3B
Octal 267 167 254 0 43 6 34 466 37 73
Binary 10110111 1110111 10101100 0 100011 110 11100 100110110 11111 111011

Color Harmonies of #B777AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777AC

Black with #B777AC

Text Example


Text Example

White with #B777AC

Text Example


Text Example

HTML Codes & Css Web 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>