#77A0B1

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

Shades of Bali Hai #77A0B1

Tints of Bali Hai #77A0B1

Color information

#77A0B1 (or 0x77A0B1) is unknown color: approx Bali Hai. HEX triplet: 77, A0 and B1. RGB value is (119,160,177). Sum of RGB (Red+Green+Blue) = 119+160+177=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #77A0B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A0B1 is #885F4E. Grayscale: #959595. Windows color (decimal): -8937295 or 11640951. OLE color: 11640951.

HSL color Cylindrical-coordinate representation of color #77A0B1: hue angle of 197.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77A0B1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119160177-
CMYK0.330.1000.31
HSL197.59º27.1%58.04%-
HSV(B)197.59º32.77%69.41%-
XYZ28.1132.2446.34-
YUV149.68143.42106.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=26.10%
G=35.09%
B=38.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191601770.330.1000.31197.5927.158.04
Hex77A0B121A01Fc61b3a
Octal16724026141120373063372
Binary1110111101000001011000110000110100111111100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,160,177); }

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

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

 a { background-color: rgb(119,160,177); }

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

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

 span { border-color: rgb(119,160,177); }

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