Html Css Color HEX #77BECF Seagull

📋 copy color: '#77BECF'

red 119 ◦ green 190 ◦ blue 207

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

Shades of Seagull #77BECF

Tints of Seagull #77BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 23.06%
G = 36.82%
B = 40.12%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77BECF (or 0x77BECF) is known color: Seagull. HEX triplet: 77, BE and CF. RGB value is (119,190,207). Sum of RGB (Red+Green+Blue) = 119+190+207=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #77BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BECF is #884130. Grayscale: #AAAAAA. Windows color (decimal): -8929585 or 13614711. OLE color: 13614711.

HSL color Cylindrical-coordinate representation of color #77BECF: hue angle of 191.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BECF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 190 207 -
CMYK 0.43 0.08 0 0.19
HSL 191.59º 0.48% 0.64% -
HSV(B) 191.59º 0.43% 0.81% -
XYZ 37.28 45.25 65.8 -
YUV 170.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 119 190 207 0.43 0.08 0 0.19 191.59 0.48 0.64
Hex 77 BE CF 2B 8 0 13 C0 30 40
Octal 167 276 317 53 10 0 23 300 60 100
Binary 1110111 10111110 11001111 101011 1000 0 10011 11000000 110000 1000000

Color Harmonies of #77BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BECF

Black with #77BECF

Text Example


Text Example

White with #77BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,207); }

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

background-color css

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

 a { background-color: rgb(119,190,207); }

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

border-color css

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

 span { border-color: rgb(119,190,207); }

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