Html Css Color HEX #77AACA Seagull

📋 copy color: '#77AACA'

red 119 ◦ green 170 ◦ blue 202

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

Shades of Seagull #77AACA

Tints of Seagull #77AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 24.24%
G = 34.62%
B = 41.14%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#77AACA (or 0x77AACA) is known color: Seagull. HEX triplet: 77, AA and CA. RGB value is (119,170,202). Sum of RGB (Red+Green+Blue) = 119+170+202=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #77AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACA is #885535. Grayscale: #9E9E9E. Windows color (decimal): -8934710 or 13281911. OLE color: 13281911.

HSL color Cylindrical-coordinate representation of color #77AACA: hue angle of 203.13º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77AACA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 170 202 -
CMYK 0.41 0.16 0 0.21
HSL 203.13º 0.44% 0.63% -
HSV(B) 203.13º 0.41% 0.79% -
XYZ 32.64 36.94 61.29 -
YUV 158.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 119 170 202 0.41 0.16 0 0.21 203.13 0.44 0.63
Hex 77 AA CA 29 10 0 15 CB 2C 3F
Octal 167 252 312 51 20 0 25 313 54 77
Binary 1110111 10101010 11001010 101001 10000 0 10101 11001011 101100 111111

Color Harmonies of #77AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AACA

Black with #77AACA

Text Example


Text Example

White with #77AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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