Html Css Color HEX #779FAF Bali Hai

📋 copy color: '#779FAF'

red 119 ◦ green 159 ◦ blue 175

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

Shades of Bali Hai #779FAF

Tints of Bali Hai #779FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 26.27%
G = 35.1%
B = 38.63%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#779FAF (or 0x779FAF) is known color: Bali Hai. HEX triplet: 77, 9F and AF. RGB value is (119,159,175). Sum of RGB (Red+Green+Blue) = 119+159+175=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #779FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAF is #886050. Grayscale: #949494. Windows color (decimal): -8937553 or 11509623. OLE color: 11509623.

HSL color Cylindrical-coordinate representation of color #779FAF: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779FAF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 159 175 -
CMYK 0.32 0.09 0 0.31
HSL 197.14º 0.26% 0.58% -
HSV(B) 197.14º 0.32% 0.69% -
XYZ 27.74 31.81 45.24 -
YUV 148.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 119 159 175 0.32 0.09 0 0.31 197.14 0.26 0.58
Hex 77 9F AF 20 9 0 1F C5 1A 3A
Octal 167 237 257 40 11 0 37 305 32 72
Binary 1110111 10011111 10101111 100000 1001 0 11111 11000101 11010 111010

Color Harmonies of #779FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FAF

Black with #779FAF

Text Example


Text Example

White with #779FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,159,175); }

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

background-color css

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

 a { background-color: rgb(119,159,175); }

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

border-color css

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

 span { border-color: rgb(119,159,175); }

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