Html Css Color HEX #77ACCF Seagull

📋 copy color: '#77ACCF'

red 119 ◦ green 172 ◦ blue 207

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

Shades of Seagull #77ACCF

Tints of Seagull #77ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 23.9%
G = 34.54%
B = 41.57%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77ACCF (or 0x77ACCF) is known color: Seagull. HEX triplet: 77, AC and CF. RGB value is (119,172,207). Sum of RGB (Red+Green+Blue) = 119+172+207=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #77ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACCF is #885330. Grayscale: #9F9F9F. Windows color (decimal): -8934193 or 13610103. OLE color: 13610103.

HSL color Cylindrical-coordinate representation of color #77ACCF: hue angle of 203.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77ACCF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 172 207 -
CMYK 0.43 0.17 0 0.19
HSL 203.86º 0.48% 0.64% -
HSV(B) 203.86º 0.43% 0.81% -
XYZ 33.62 37.93 64.58 -
YUV 160.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 119 172 207 0.43 0.17 0 0.19 203.86 0.48 0.64
Hex 77 AC CF 2B 11 0 13 CC 30 40
Octal 167 254 317 53 21 0 23 314 60 100
Binary 1110111 10101100 11001111 101011 10001 0 10011 11001100 110000 1000000

Color Harmonies of #77ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACCF

Black with #77ACCF

Text Example


Text Example

White with #77ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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