Html Css Color HEX #77ABCE Seagull

📋 copy color: '#77ABCE'

red 119 ◦ green 171 ◦ blue 206

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

Shades of Seagull #77ABCE

Tints of Seagull #77ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 23.99%
G = 34.48%
B = 41.53%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77ABCE (or 0x77ABCE) is known color: Seagull. HEX triplet: 77, AB and CE. RGB value is (119,171,206). Sum of RGB (Red+Green+Blue) = 119+171+206=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #77ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABCE is #885431. Grayscale: #9F9F9F. Windows color (decimal): -8934450 or 13544311. OLE color: 13544311.

HSL color Cylindrical-coordinate representation of color #77ABCE: hue angle of 204.14º 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 #77ABCE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 171 206 -
CMYK 0.42 0.17 0 0.19
HSL 204.14º 0.47% 0.64% -
HSV(B) 204.14º 0.42% 0.81% -
XYZ 33.31 37.5 63.88 -
YUV 159.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 119 171 206 0.42 0.17 0 0.19 204.14 0.47 0.64
Hex 77 AB CE 2A 11 0 13 CC 2F 40
Octal 167 253 316 52 21 0 23 314 57 100
Binary 1110111 10101011 11001110 101010 10001 0 10011 11001100 101111 1000000

Color Harmonies of #77ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABCE

Black with #77ABCE

Text Example


Text Example

White with #77ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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