Html Css Color HEX #779BA4 Ziggurat

📋 copy color: '#779BA4'

red 119 ◦ green 155 ◦ blue 164

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

Shades of Ziggurat #779BA4

Tints of Ziggurat #779BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 27.17%
G = 35.39%
B = 37.44%

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

#779BA4 (or 0x779BA4) is known color: Ziggurat. HEX triplet: 77, 9B and A4. RGB value is (119,155,164). Sum of RGB (Red+Green+Blue) = 119+155+164=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #779BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BA4 is #88645B. Grayscale: #919191. Windows color (decimal): -8938588 or 10787703. OLE color: 10787703.

HSL color Cylindrical-coordinate representation of color #779BA4: hue angle of 192º degrees, saturation: 0.2, 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 #779BA4 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 155 164 -
CMYK 0.27 0.05 0 0.36
HSL 192º 0.2% 0.55% -
HSV(B) 192º 0.27% 0.64% -
XYZ 26.03 30.04 39.55 -
YUV 145.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 119 155 164 0.27 0.05 0 0.36 192 0.2 0.55
Hex 77 9B A4 1B 5 0 24 C0 14 37
Octal 167 233 244 33 5 0 44 300 24 67
Binary 1110111 10011011 10100100 11011 101 0 100100 11000000 10100 110111

Color Harmonies of #779BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BA4

Black with #779BA4

Text Example


Text Example

White with #779BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,164); }

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

background-color css

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

 a { background-color: rgb(119,155,164); }

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

border-color css

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

 span { border-color: rgb(119,155,164); }

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