#779FAA

Color #779FAA Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #779FAA

Tints of Ziggurat #779FAA

Color information

#779FAA (or 0x779FAA) is unknown color: approx 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

RGB119159170-
CMYK0.30.0600.33
HSL192.94º23.08%56.67%-
HSV(B)192.94º30%66.67%-
XYZ27.2631.6242.7-
YUV148.29140.25107.11-

RGB Variations

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

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.80% from 255) = 37.95%
R=26.56%
G=35.49%
B=37.95%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191591700.30.0600.33192.9423.0856.67
Hex779FAA1E6021c11739
Octal1672372523660413012771
Binary111011110011111101010101111011001000011100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>