Html Css Color HEX #77C0DE Seagull

📋 copy color: '#77C0DE'

red 119 ◦ green 192 ◦ blue 222

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

Shades of Seagull #77C0DE

Tints of Seagull #77C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 22.33%
G = 36.02%
B = 41.65%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77C0DE (or 0x77C0DE) is known color: Seagull. HEX triplet: 77, C0 and DE. RGB value is (119,192,222). Sum of RGB (Red+Green+Blue) = 119+192+222=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #77C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0DE is #883F21. Grayscale: #ADADAD. Windows color (decimal): -8929058 or 14598263. OLE color: 14598263.

HSL color Cylindrical-coordinate representation of color #77C0DE: hue angle of 197.48º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C0DE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 192 222 -
CMYK 0.46 0.14 0 0.13
HSL 197.48º 0.61% 0.67% -
HSV(B) 197.48º 0.46% 0.87% -
XYZ 39.64 46.9 76.07 -
YUV 173.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 119 192 222 0.46 0.14 0 0.13 197.48 0.61 0.67
Hex 77 C0 DE 2E E 0 D C5 3D 43
Octal 167 300 336 56 16 0 15 305 75 103
Binary 1110111 11000000 11011110 101110 1110 0 1101 11000101 111101 1000011

Color Harmonies of #77C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0DE

Black with #77C0DE

Text Example


Text Example

White with #77C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,222); }

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

background-color css

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

 a { background-color: rgb(119,192,222); }

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

border-color css

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

 span { border-color: rgb(119,192,222); }

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