Html Css Color HEX #77ACCE Seagull

📋 copy color: '#77ACCE'

red 119 ◦ green 172 ◦ blue 206

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

Shades of Seagull #77ACCE

Tints of Seagull #77ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

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

R = 23.94%
G = 34.61%
B = 41.45%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77ACCE (or 0x77ACCE) is known color: Seagull. HEX triplet: 77, AC and CE. RGB value is (119,172,206). Sum of RGB (Red+Green+Blue) = 119+172+206=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #77ACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACCE is #885331. Grayscale: #9F9F9F. Windows color (decimal): -8934194 or 13544567. OLE color: 13544567.

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

Color convert

RGB 119 172 206 -
CMYK 0.42 0.17 0 0.19
HSL 203.45º 0.47% 0.64% -
HSV(B) 203.45º 0.42% 0.81% -
XYZ 33.5 37.88 63.94 -
YUV 160.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 119 172 206 0.42 0.17 0 0.19 203.45 0.47 0.64
Hex 77 AC CE 2A 11 0 13 CB 2F 40
Octal 167 254 316 52 21 0 23 313 57 100
Binary 1110111 10101100 11001110 101010 10001 0 10011 11001011 101111 1000000

Color Harmonies of #77ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACCE

Black with #77ACCE

Text Example


Text Example

White with #77ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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