Html Css Color HEX #779AA2 Ziggurat

📋 copy color: '#779AA2'

red 119 ◦ green 154 ◦ blue 162

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

Shades of Ziggurat #779AA2

Tints of Ziggurat #779AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 27.36%
G = 35.4%
B = 37.24%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#779AA2 (or 0x779AA2) is known color: 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

RGB 119 154 162 -
CMYK 0.27 0.05 0 0.36
HSL 191.16º 0.19% 0.55% -
HSV(B) 191.16º 0.27% 0.64% -
XYZ 25.68 29.64 38.55 -
YUV 144.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 119 154 162 0.27 0.05 0 0.36 191.16 0.19 0.55
Hex 77 9A A2 1B 5 0 24 BF 13 37
Octal 167 232 242 33 5 0 44 277 23 67
Binary 1110111 10011010 10100010 11011 101 0 100100 10111111 10011 110111

Color Harmonies of #779AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AA2

Black with #779AA2

Text Example


Text Example

White with #779AA2

Text Example


Text Example

HTML Codes & Css Web 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>