Html Css Color HEX #77AECE Seagull

📋 copy color: '#77AECE'

red 119 ◦ green 174 ◦ blue 206

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

Shades of Seagull #77AECE

Tints of Seagull #77AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 23.85%
G = 34.87%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77AECE (or 0x77AECE) is known color: Seagull. HEX triplet: 77, AE and CE. RGB value is (119,174,206). Sum of RGB (Red+Green+Blue) = 119+174+206=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #77AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AECE is #885131. Grayscale: #A1A1A1. Windows color (decimal): -8933682 or 13545079. OLE color: 13545079.

HSL color Cylindrical-coordinate representation of color #77AECE: hue angle of 202.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AECE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 174 206 -
CMYK 0.42 0.16 0 0.19
HSL 202.07º 0.47% 0.64% -
HSV(B) 202.07º 0.42% 0.81% -
XYZ 33.88 38.65 64.07 -
YUV 161.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 119 174 206 0.42 0.16 0 0.19 202.07 0.47 0.64
Hex 77 AE CE 2A 10 0 13 CA 2F 40
Octal 167 256 316 52 20 0 23 312 57 100
Binary 1110111 10101110 11001110 101010 10000 0 10011 11001010 101111 1000000

Color Harmonies of #77AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AECE

Black with #77AECE

Text Example


Text Example

White with #77AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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