Html Css Color HEX #77ACCD Seagull

📋 copy color: '#77ACCD'

red 119 ◦ green 172 ◦ blue 205

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

Shades of Seagull #77ACCD

Tints of Seagull #77ACCD

RGB

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

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

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

R = 23.99%
G = 34.68%
B = 41.33%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77ACCD (or 0x77ACCD) is known color: Seagull. HEX triplet: 77, AC and CD. RGB value is (119,172,205). Sum of RGB (Red+Green+Blue) = 119+172+205=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #77ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACCD is #885332. Grayscale: #9F9F9F. Windows color (decimal): -8934195 or 13479031. OLE color: 13479031.

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

Color convert

RGB 119 172 205 -
CMYK 0.42 0.16 0 0.20
HSL 203.02º 0.46% 0.64% -
HSV(B) 203.02º 0.42% 0.8% -
XYZ 33.38 37.83 63.3 -
YUV 159.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 119 172 205 0.42 0.16 0 0.20 203.02 0.46 0.64
Hex 77 AC CD 2A 10 0 14 CB 2E 40
Octal 167 254 315 52 20 0 24 313 56 100
Binary 1110111 10101100 11001101 101010 10000 0 10100 11001011 101110 1000000

Color Harmonies of #77ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACCD

Black with #77ACCD

Text Example


Text Example

White with #77ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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