Html Css Color HEX #77AACF Seagull

📋 copy color: '#77AACF'

red 119 ◦ green 170 ◦ blue 207

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

Shades of Seagull #77AACF

Tints of Seagull #77AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

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

R = 23.99%
G = 34.27%
B = 41.73%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77AACF (or 0x77AACF) is known color: Seagull. HEX triplet: 77, AA and CF. RGB value is (119,170,207). Sum of RGB (Red+Green+Blue) = 119+170+207=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #77AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACF is #885530. Grayscale: #9E9E9E. Windows color (decimal): -8934705 or 13609591. OLE color: 13609591.

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

Color convert

RGB 119 170 207 -
CMYK 0.43 0.18 0 0.19
HSL 205.23º 0.48% 0.64% -
HSV(B) 205.23º 0.43% 0.81% -
XYZ 33.24 37.18 64.46 -
YUV 158.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 119 170 207 0.43 0.18 0 0.19 205.23 0.48 0.64
Hex 77 AA CF 2B 12 0 13 CD 30 40
Octal 167 252 317 53 22 0 23 315 60 100
Binary 1110111 10101010 11001111 101011 10010 0 10011 11001101 110000 1000000

Color Harmonies of #77AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AACF

Black with #77AACF

Text Example


Text Example

White with #77AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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