Html Css Color HEX #77A0AD Bali Hai

📋 copy color: '#77A0AD'

red 119 ◦ green 160 ◦ blue 173

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

Shades of Bali Hai #77A0AD

Tints of Bali Hai #77A0AD

RGB

 RED value IS 119 (46.88% from 255) = 26.33%

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 26.33%
G = 35.4%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77A0AD (or 0x77A0AD) is known color: 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

RGB 119 160 173 -
CMYK 0.31 0.08 0 0.32
HSL 194.44º 0.25% 0.57% -
HSV(B) 194.44º 0.31% 0.68% -
XYZ 27.72 32.08 44.27 -
YUV 149.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 119 160 173 0.31 0.08 0 0.32 194.44 0.25 0.57
Hex 77 A0 AD 1F 8 0 20 C2 19 39
Octal 167 240 255 37 10 0 40 302 31 71
Binary 1110111 10100000 10101101 11111 1000 0 100000 11000010 11001 111001

Color Harmonies of #77A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0AD

Black with #77A0AD

Text Example


Text Example

White with #77A0AD

Text Example


Text Example

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