#77a3b3

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

Shades of Bali Hai #77A3B3

Tints of Bali Hai #77A3B3

Color information

#77A3B3 (or 0x77A3B3) is unknown color: approx Bali Hai. HEX triplet: 77, A3 and B3. RGB value is (119,163,179). Sum of RGB (Red+Green+Blue) = 119+163+179=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #77A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3B3 is #885C4C. Grayscale: #979797. Windows color (decimal): -8936525 or 11772791. OLE color: 11772791.

HSL color Cylindrical-coordinate representation of color #77A3B3: hue angle of 196º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77A3B3 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB119163179-
CMYK0.340.0900.30
HSL196º28.3%58.43%-
HSV(B)196º33.52%70.2%-
XYZ28.8433.3747.57-
YUV151.67143.42104.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.81%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=25.81%
G=35.36%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191631790.340.0900.3019628.358.43
Hex77A3B322901Ec41c3a
Octal16724326342110363043472
Binary1110111101000111011001110001010010111101100010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a3b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,179); }

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

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

 a { background-color: rgb(119,163,179); }

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

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

 span { border-color: rgb(119,163,179); }

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