Html Css Color HEX #779AA1 Ziggurat

📋 copy color: '#779AA1'

red 119 ◦ green 154 ◦ blue 161

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

Shades of Ziggurat #779AA1

Tints of Ziggurat #779AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 27.42%
G = 35.48%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#779AA1 (or 0x779AA1) is known color: Ziggurat. HEX triplet: 77, 9A and A1. RGB value is (119,154,161). Sum of RGB (Red+Green+Blue) = 119+154+161=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #779AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AA1 is #88655E. Grayscale: #909090. Windows color (decimal): -8938847 or 10590839. OLE color: 10590839.

HSL color Cylindrical-coordinate representation of color #779AA1: hue angle of 190º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779AA1 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 154 161 -
CMYK 0.26 0.04 0 0.37
HSL 190º 0.18% 0.55% -
HSV(B) 190º 0.26% 0.63% -
XYZ 25.6 29.61 38.08 -
YUV 144.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 119 154 161 0.26 0.04 0 0.37 190 0.18 0.55
Hex 77 9A A1 1A 4 0 25 BE 12 37
Octal 167 232 241 32 4 0 45 276 22 67
Binary 1110111 10011010 10100001 11010 100 0 100101 10111110 10010 110111

Color Harmonies of #779AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AA1

Black with #779AA1

Text Example


Text Example

White with #779AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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