Html Css Color HEX #77BACE Seagull

📋 copy color: '#77BACE'

red 119 ◦ green 186 ◦ blue 206

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

Shades of Seagull #77BACE

Tints of Seagull #77BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 23.29%
G = 36.4%
B = 40.31%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77BACE (or 0x77BACE) is known color: Seagull. HEX triplet: 77, BA and CE. RGB value is (119,186,206). Sum of RGB (Red+Green+Blue) = 119+186+206=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BACE is #884531. Grayscale: #A8A8A8. Windows color (decimal): -8930610 or 13548151. OLE color: 13548151.

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

Color convert

RGB 119 186 206 -
CMYK 0.42 0.10 0 0.19
HSL 193.79º 0.47% 0.64% -
HSV(B) 193.79º 0.42% 0.81% -
XYZ 36.31 43.5 64.87 -
YUV 168.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 119 186 206 0.42 0.10 0 0.19 193.79 0.47 0.64
Hex 77 BA CE 2A A 0 13 C2 2F 40
Octal 167 272 316 52 12 0 23 302 57 100
Binary 1110111 10111010 11001110 101010 1010 0 10011 11000010 101111 1000000

Color Harmonies of #77BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BACE

Black with #77BACE

Text Example


Text Example

White with #77BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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