#77A0AD

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

Shades of Bali Hai #77A0AD

Tints of Bali Hai #77A0AD

Color information

#77A0AD (or 0x77A0AD) is unknown color: approx Bali Hai. HEX triplet: 77, A0 and AD. RGB value is (119,160,173). Sum of RGB (Red+Green+Blue) = 119+160+173=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A0AD is #885F52. Grayscale: #959595. Windows color (decimal): -8937299 or 11378807. OLE color: 11378807.

HSL color Cylindrical-coordinate representation of color #77A0AD: hue angle of 194.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A0AD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119160173-
CMYK0.310.0800.32
HSL194.44º24.77%57.25%-
HSV(B)194.44º31.21%67.84%-
XYZ27.7232.0844.27-
YUV149.22141.42106.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=26.33%
G=35.40%
B=38.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191601730.310.0800.32194.4424.7757.25
Hex77A0AD1F8020c21939
Octal16724025537100403023171
Binary1110111101000001010110111111100001000001100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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