Html Css Color HEX #77B0CE Seagull

📋 copy color: '#77B0CE'

red 119 ◦ green 176 ◦ blue 206

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

Shades of Seagull #77B0CE

Tints of Seagull #77B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.13%

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

R = 23.75%
G = 35.13%
B = 41.12%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77B0CE (or 0x77B0CE) is known color: Seagull. HEX triplet: 77, B0 and CE. RGB value is (119,176,206). Sum of RGB (Red+Green+Blue) = 119+176+206=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #77B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0CE is #884F31. Grayscale: #A2A2A2. Windows color (decimal): -8933170 or 13545591. OLE color: 13545591.

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

Color convert

RGB 119 176 206 -
CMYK 0.42 0.15 0 0.19
HSL 200.69º 0.47% 0.64% -
HSV(B) 200.69º 0.42% 0.81% -
XYZ 34.27 39.43 64.2 -
YUV 162.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 119 176 206 0.42 0.15 0 0.19 200.69 0.47 0.64
Hex 77 B0 CE 2A F 0 13 C9 2F 40
Octal 167 260 316 52 17 0 23 311 57 100
Binary 1110111 10110000 11001110 101010 1111 0 10011 11001001 101111 1000000

Color Harmonies of #77B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B0CE

Black with #77B0CE

Text Example


Text Example

White with #77B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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