#77A1BA

Color #77A1BA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #77A1BA

Tints of Bali Hai #77A1BA

Color information

#77A1BA (or 0x77A1BA) is unknown color: approx Bali Hai. HEX triplet: 77, A1 and BA. RGB value is (119,161,186). Sum of RGB (Red+Green+Blue) = 119+161+186=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1BA is #885E45. Grayscale: #979797. Windows color (decimal): -8937030 or 12231031. OLE color: 12231031.

HSL color Cylindrical-coordinate representation of color #77A1BA: hue angle of 202.39º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77A1BA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119161186-
CMYK0.360.1300.27
HSL202.39º32.68%59.8%-
HSV(B)202.39º36.02%72.94%-
XYZ29.2232.9651.28-
YUV151.29147.59104.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=25.54%
G=34.55%
B=39.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191611860.360.1300.27202.3932.6859.8
Hex77A1BA24D01Bca213c
Octal16724127244150333124174
Binary11101111010000110111010100100110101101111001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A1BA; }

 p { color: rgb(119,161,186); }

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

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

 a { background-color: rgb(119,161,186); }

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

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

 span { border-color: rgb(119,161,186); }

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