Html Css Color HEX #77ADC7 Seagull

📋 copy color: '#77ADC7'

red 119 ◦ green 173 ◦ blue 199

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

Shades of Seagull #77ADC7

Tints of Seagull #77ADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 24.24%
G = 35.23%
B = 40.53%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77ADC7 (or 0x77ADC7) is known color: Seagull. HEX triplet: 77, AD and C7. RGB value is (119,173,199). Sum of RGB (Red+Green+Blue) = 119+173+199=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #77ADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADC7 is #885238. Grayscale: #9F9F9F. Windows color (decimal): -8933945 or 13086071. OLE color: 13086071.

HSL color Cylindrical-coordinate representation of color #77ADC7: hue angle of 199.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77ADC7 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 173 199 -
CMYK 0.40 0.13 0 0.22
HSL 199.5º 0.42% 0.62% -
HSV(B) 199.5º 0.4% 0.78% -
XYZ 32.86 37.93 59.62 -
YUV 159.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 119 173 199 0.40 0.13 0 0.22 199.5 0.42 0.62
Hex 77 AD C7 28 D 0 16 C8 2A 3E
Octal 167 255 307 50 15 0 26 310 52 76
Binary 1110111 10101101 11000111 101000 1101 0 10110 11001000 101010 111110

Color Harmonies of #77ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADC7

Black with #77ADC7

Text Example


Text Example

White with #77ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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