Html Css Color HEX #77B5D0 Seagull

📋 copy color: '#77B5D0'

red 119 ◦ green 181 ◦ blue 208

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

Shades of Seagull #77B5D0

Tints of Seagull #77B5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 23.43%
G = 35.63%
B = 40.94%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#77B5D0 (or 0x77B5D0) is known color: Seagull. HEX triplet: 77, B5 and D0. RGB value is (119,181,208). Sum of RGB (Red+Green+Blue) = 119+181+208=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #77B5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5D0 is #884A2F. Grayscale: #A5A5A5. Windows color (decimal): -8931888 or 13677943. OLE color: 13677943.

HSL color Cylindrical-coordinate representation of color #77B5D0: hue angle of 198.2º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77B5D0 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 181 208 -
CMYK 0.43 0.13 0 0.18
HSL 198.2º 0.49% 0.64% -
HSV(B) 198.2º 0.43% 0.82% -
XYZ 35.52 41.52 65.82 -
YUV 165.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 119 181 208 0.43 0.13 0 0.18 198.2 0.49 0.64
Hex 77 B5 D0 2B D 0 12 C6 31 40
Octal 167 265 320 53 15 0 22 306 61 100
Binary 1110111 10110101 11010000 101011 1101 0 10010 11000110 110001 1000000

Color Harmonies of #77B5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5D0

Black with #77B5D0

Text Example


Text Example

White with #77B5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,208); }

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

background-color css

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

 a { background-color: rgb(119,181,208); }

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

border-color css

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

 span { border-color: rgb(119,181,208); }

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