Html Css Color HEX #77ADCF Seagull

📋 copy color: '#77ADCF'

red 119 ◦ green 173 ◦ blue 207

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

Shades of Seagull #77ADCF

Tints of Seagull #77ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 23.85%
G = 34.67%
B = 41.48%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77ADCF (or 0x77ADCF) is known color: Seagull. HEX triplet: 77, AD and CF. RGB value is (119,173,207). Sum of RGB (Red+Green+Blue) = 119+173+207=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #77ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADCF is #885230. Grayscale: #A0A0A0. Windows color (decimal): -8933937 or 13610359. OLE color: 13610359.

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

Color convert

RGB 119 173 207 -
CMYK 0.43 0.16 0 0.19
HSL 203.18º 0.48% 0.64% -
HSV(B) 203.18º 0.43% 0.81% -
XYZ 33.81 38.31 64.64 -
YUV 160.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 119 173 207 0.43 0.16 0 0.19 203.18 0.48 0.64
Hex 77 AD CF 2B 10 0 13 CB 30 40
Octal 167 255 317 53 20 0 23 313 60 100
Binary 1110111 10101101 11001111 101011 10000 0 10011 11001011 110000 1000000

Color Harmonies of #77ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADCF

Black with #77ADCF

Text Example


Text Example

White with #77ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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