Html Css Color HEX #779CBB Bali Hai

📋 copy color: '#779CBB'

red 119 ◦ green 156 ◦ blue 187

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

Shades of Bali Hai #779CBB

Tints of Bali Hai #779CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 25.76%
G = 33.77%
B = 40.48%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#779CBB (or 0x779CBB) is known color: Bali Hai. HEX triplet: 77, 9C and BB. RGB value is (119,156,187). Sum of RGB (Red+Green+Blue) = 119+156+187=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #779CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CBB is #886344. Grayscale: #949494. Windows color (decimal): -8938309 or 12295287. OLE color: 12295287.

HSL color Cylindrical-coordinate representation of color #779CBB: hue angle of 207.35º 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 #779CBB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 156 187 -
CMYK 0.36 0.17 0 0.27
HSL 207.35º 0.33% 0.6% -
HSV(B) 207.35º 0.36% 0.73% -
XYZ 28.47 31.29 51.55 -
YUV 148.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 119 156 187 0.36 0.17 0 0.27 207.35 0.33 0.6
Hex 77 9C BB 24 11 0 1B CF 21 3C
Octal 167 234 273 44 21 0 33 317 41 74
Binary 1110111 10011100 10111011 100100 10001 0 11011 11001111 100001 111100

Color Harmonies of #779CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CBB

Black with #779CBB

Text Example


Text Example

White with #779CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779CBB; }

 p { color: rgb(119,156,187); }

 H1.HeaderClassName
 {
   color: #779CBB;
 }
 .AnyTagClassName
 {
   color: #779CBB;
 }
</style>

background-color css

<style>
 a { background-color: #779CBB; }

 a { background-color: rgb(119,156,187); }

 div.DivClassName
 {
   background-color: #779CBB;
 }
 .BgClassName
 {
   background-color: #779CBB;
 }
</style>

border-color css

<style>
 span { border-color: #779CBB; }

 span { border-color: rgb(119,156,187); }

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