Html Css Color HEX #77AECD Seagull

📋 copy color: '#77AECD'

red 119 ◦ green 174 ◦ blue 205

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

Shades of Seagull #77AECD

Tints of Seagull #77AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 23.9%
G = 34.94%
B = 41.16%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77AECD (or 0x77AECD) is known color: Seagull. HEX triplet: 77, AE and CD. RGB value is (119,174,205). Sum of RGB (Red+Green+Blue) = 119+174+205=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #77AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AECD is #885132. Grayscale: #A0A0A0. Windows color (decimal): -8933683 or 13479543. OLE color: 13479543.

HSL color Cylindrical-coordinate representation of color #77AECD: hue angle of 201.63º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AECD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 174 205 -
CMYK 0.42 0.15 0 0.20
HSL 201.63º 0.46% 0.64% -
HSV(B) 201.63º 0.42% 0.8% -
XYZ 33.76 38.6 63.43 -
YUV 161.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 119 174 205 0.42 0.15 0 0.20 201.63 0.46 0.64
Hex 77 AE CD 2A F 0 14 CA 2E 40
Octal 167 256 315 52 17 0 24 312 56 100
Binary 1110111 10101110 11001101 101010 1111 0 10100 11001010 101110 1000000

Color Harmonies of #77AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AECD

Black with #77AECD

Text Example


Text Example

White with #77AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,205); }

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

background-color css

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

 a { background-color: rgb(119,174,205); }

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

border-color css

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

 span { border-color: rgb(119,174,205); }

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