Html Css Color HEX #77AACB Seagull

📋 copy color: '#77AACB'

red 119 ◦ green 170 ◦ blue 203

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

Shades of Seagull #77AACB

Tints of Seagull #77AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 24.19%
G = 34.55%
B = 41.26%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77AACB (or 0x77AACB) is known color: Seagull. HEX triplet: 77, AA and CB. RGB value is (119,170,203). Sum of RGB (Red+Green+Blue) = 119+170+203=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #77AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACB is #885534. Grayscale: #9E9E9E. Windows color (decimal): -8934709 or 13347447. OLE color: 13347447.

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

Color convert

RGB 119 170 203 -
CMYK 0.41 0.16 0 0.20
HSL 203.57º 0.45% 0.63% -
HSV(B) 203.57º 0.41% 0.8% -
XYZ 32.76 36.98 61.91 -
YUV 158.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 119 170 203 0.41 0.16 0 0.20 203.57 0.45 0.63
Hex 77 AA CB 29 10 0 14 CC 2D 3F
Octal 167 252 313 51 20 0 24 314 55 77
Binary 1110111 10101010 11001011 101001 10000 0 10100 11001100 101101 111111

Color Harmonies of #77AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AACB

Black with #77AACB

Text Example


Text Example

White with #77AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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