Html Css Color HEX #779EA9 Ziggurat

📋 copy color: '#779EA9'

red 119 ◦ green 158 ◦ blue 169

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

Shades of Ziggurat #779EA9

Tints of Ziggurat #779EA9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 26.68%
G = 35.43%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#779EA9 (or 0x779EA9) is known color: Ziggurat. HEX triplet: 77, 9E and A9. RGB value is (119,158,169). Sum of RGB (Red+Green+Blue) = 119+158+169=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #779EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EA9 is #886156. Grayscale: #939393. Windows color (decimal): -8937815 or 11116151. OLE color: 11116151.

HSL color Cylindrical-coordinate representation of color #779EA9: hue angle of 193.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779EA9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 158 169 -
CMYK 0.30 0.07 0 0.34
HSL 193.2º 0.23% 0.56% -
HSV(B) 193.2º 0.3% 0.66% -
XYZ 27 31.24 42.14 -
YUV 147.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 119 158 169 0.30 0.07 0 0.34 193.2 0.23 0.56
Hex 77 9E A9 1E 7 0 22 C1 17 38
Octal 167 236 251 36 7 0 42 301 27 70
Binary 1110111 10011110 10101001 11110 111 0 100010 11000001 10111 111000

Color Harmonies of #779EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EA9

Black with #779EA9

Text Example


Text Example

White with #779EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,169); }

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

background-color css

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

 a { background-color: rgb(119,158,169); }

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

border-color css

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

 span { border-color: rgb(119,158,169); }

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