Html Css Color HEX #77BBCD Seagull

📋 copy color: '#77BBCD'

red 119 ◦ green 187 ◦ blue 205

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

Shades of Seagull #77BBCD

Tints of Seagull #77BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.59%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 23.29%
G = 36.59%
B = 40.12%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77BBCD (or 0x77BBCD) is known color: Seagull. HEX triplet: 77, BB and CD. RGB value is (119,187,205). Sum of RGB (Red+Green+Blue) = 119+187+205=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #77BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBCD is #884432. Grayscale: #A8A8A8. Windows color (decimal): -8930355 or 13482871. OLE color: 13482871.

HSL color Cylindrical-coordinate representation of color #77BBCD: hue angle of 192.56º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BBCD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 187 205 -
CMYK 0.42 0.09 0 0.20
HSL 192.56º 0.46% 0.64% -
HSV(B) 192.56º 0.42% 0.8% -
XYZ 36.4 43.87 64.31 -
YUV 168.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 119 187 205 0.42 0.09 0 0.20 192.56 0.46 0.64
Hex 77 BB CD 2A 9 0 14 C1 2E 40
Octal 167 273 315 52 11 0 24 301 56 100
Binary 1110111 10111011 11001101 101010 1001 0 10100 11000001 101110 1000000

Color Harmonies of #77BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBCD

Black with #77BBCD

Text Example


Text Example

White with #77BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,187,205); }

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

background-color css

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

 a { background-color: rgb(119,187,205); }

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

border-color css

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

 span { border-color: rgb(119,187,205); }

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