Html Css Color HEX #77AAC8 Seagull

📋 copy color: '#77AAC8'

red 119 ◦ green 170 ◦ blue 200

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

Shades of Seagull #77AAC8

Tints of Seagull #77AAC8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 24.34%
G = 34.76%
B = 40.9%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77AAC8 (or 0x77AAC8) is known color: Seagull. HEX triplet: 77, AA and C8. RGB value is (119,170,200). Sum of RGB (Red+Green+Blue) = 119+170+200=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #77AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAC8 is #885537. Grayscale: #9E9E9E. Windows color (decimal): -8934712 or 13150839. OLE color: 13150839.

HSL color Cylindrical-coordinate representation of color #77AAC8: hue angle of 202.22º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77AAC8 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 170 200 -
CMYK 0.40 0.15 0 0.22
HSL 202.22º 0.42% 0.63% -
HSV(B) 202.22º 0.41% 0.78% -
XYZ 32.41 36.84 60.05 -
YUV 158.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 119 170 200 0.40 0.15 0 0.22 202.22 0.42 0.63
Hex 77 AA C8 28 F 0 16 CA 2A 3F
Octal 167 252 310 50 17 0 26 312 52 77
Binary 1110111 10101010 11001000 101000 1111 0 10110 11001010 101010 111111

Color Harmonies of #77AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAC8

Black with #77AAC8

Text Example


Text Example

White with #77AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AAC8; }

 p { color: rgb(119,170,200); }

 H1.HeaderClassName
 {
   color: #77AAC8;
 }
 .AnyTagClassName
 {
   color: #77AAC8;
 }
</style>

background-color css

<style>
 a { background-color: #77AAC8; }

 a { background-color: rgb(119,170,200); }

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

border-color css

<style>
 span { border-color: #77AAC8; }

 span { border-color: rgb(119,170,200); }

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