Html Css Color HEX #77ABCD Seagull

📋 copy color: '#77ABCD'

red 119 ◦ green 171 ◦ blue 205

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

Shades of Seagull #77ABCD

Tints of Seagull #77ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

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

R = 24.04%
G = 34.55%
B = 41.41%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77ABCD (or 0x77ABCD) is known color: Seagull. HEX triplet: 77, AB and CD. RGB value is (119,171,205). Sum of RGB (Red+Green+Blue) = 119+171+205=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #77ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABCD is #885432. Grayscale: #9F9F9F. Windows color (decimal): -8934451 or 13478775. OLE color: 13478775.

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

Color convert

RGB 119 171 205 -
CMYK 0.42 0.17 0 0.20
HSL 203.72º 0.46% 0.64% -
HSV(B) 203.72º 0.42% 0.8% -
XYZ 33.19 37.46 63.24 -
YUV 159.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 119 171 205 0.42 0.17 0 0.20 203.72 0.46 0.64
Hex 77 AB CD 2A 11 0 14 CC 2E 40
Octal 167 253 315 52 21 0 24 314 56 100
Binary 1110111 10101011 11001101 101010 10001 0 10100 11001100 101110 1000000

Color Harmonies of #77ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABCD

Black with #77ABCD

Text Example


Text Example

White with #77ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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