Html Css Color HEX #779FAA Ziggurat

📋 copy color: '#779FAA'

red 119 ◦ green 159 ◦ blue 170

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

Shades of Ziggurat #779FAA

Tints of Ziggurat #779FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 26.56%
G = 35.49%
B = 37.95%

CMYK

 C value IS 0.3

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779FAA (or 0x779FAA) is known color: Ziggurat. HEX triplet: 77, 9F and AA. RGB value is (119,159,170). Sum of RGB (Red+Green+Blue) = 119+159+170=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #779FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAA is #886055. Grayscale: #949494. Windows color (decimal): -8937558 or 11181943. OLE color: 11181943.

HSL color Cylindrical-coordinate representation of color #779FAA: hue angle of 192.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779FAA is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 159 170 -
CMYK 0.3 0.06 0 0.33
HSL 192.94º 0.23% 0.57% -
HSV(B) 192.94º 0.3% 0.67% -
XYZ 27.26 31.62 42.7 -
YUV 148.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 119 159 170 0.3 0.06 0 0.33 192.94 0.23 0.57
Hex 77 9F AA 1E 6 0 21 C1 17 39
Octal 167 237 252 36 6 0 41 301 27 71
Binary 1110111 10011111 10101010 11110 110 0 100001 11000001 10111 111001

Color Harmonies of #779FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FAA

Black with #779FAA

Text Example


Text Example

White with #779FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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