#779AA2

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

Shades of Ziggurat #779AA2

Tints of Ziggurat #779AA2

Color information

#779AA2 (or 0x779AA2) is unknown color: approx Ziggurat. HEX triplet: 77, 9A and A2. RGB value is (119,154,162). Sum of RGB (Red+Green+Blue) = 119+154+162=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #779AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AA2 is #88655D. Grayscale: #909090. Windows color (decimal): -8938846 or 10656375. OLE color: 10656375.

HSL color Cylindrical-coordinate representation of color #779AA2: hue angle of 191.16º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779AA2 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119154162-
CMYK0.270.0500.36
HSL191.16º18.78%55.1%-
HSV(B)191.16º26.54%63.53%-
XYZ25.6829.6438.55-
YUV144.45137.9109.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=27.36%
G=35.40%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191541620.270.0500.36191.1618.7855.1
Hex779AA21B5024bf1337
Octal1672322423350442772367
Binary111011110011010101000101101110101001001011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,162); }

 H1.HeaderClassName
 {
   color: #779AA2;
 }
 .AnyTagClassName
 {
   color: #779AA2;
 }
</style>
background-color css

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

 a { background-color: rgb(119,154,162); }

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

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

 span { border-color: rgb(119,154,162); }

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