Html Css Color HEX #779FAB Ziggurat

📋 copy color: '#779FAB'

red 119 ◦ green 159 ◦ blue 171

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

Shades of Ziggurat #779FAB

Tints of Ziggurat #779FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 26.5%
G = 35.41%
B = 38.08%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779FAB (or 0x779FAB) is known color: Ziggurat. HEX triplet: 77, 9F and AB. RGB value is (119,159,171). Sum of RGB (Red+Green+Blue) = 119+159+171=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #779FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAB is #886054. Grayscale: #949494. Windows color (decimal): -8937557 or 11247479. OLE color: 11247479.

HSL color Cylindrical-coordinate representation of color #779FAB: hue angle of 193.85º degrees, saturation: 0.24, 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 #779FAB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 159 171 -
CMYK 0.30 0.07 0 0.33
HSL 193.85º 0.24% 0.57% -
HSV(B) 193.85º 0.3% 0.67% -
XYZ 27.36 31.66 43.2 -
YUV 148.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 119 159 171 0.30 0.07 0 0.33 193.85 0.24 0.57
Hex 77 9F AB 1E 7 0 21 C2 18 39
Octal 167 237 253 36 7 0 41 302 30 71
Binary 1110111 10011111 10101011 11110 111 0 100001 11000010 11000 111001

Color Harmonies of #779FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FAB

Black with #779FAB

Text Example


Text Example

White with #779FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,159,171); }

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

background-color css

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

 a { background-color: rgb(119,159,171); }

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

border-color css

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

 span { border-color: rgb(119,159,171); }

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