Html Css Color HEX #77AFCD Seagull

📋 copy color: '#77AFCD'

red 119 ◦ green 175 ◦ blue 205

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

Shades of Seagull #77AFCD

Tints of Seagull #77AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 23.85%
G = 35.07%
B = 41.08%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77AFCD (or 0x77AFCD) is known color: Seagull. HEX triplet: 77, AF and CD. RGB value is (119,175,205). Sum of RGB (Red+Green+Blue) = 119+175+205=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #77AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFCD is #885032. Grayscale: #A1A1A1. Windows color (decimal): -8933427 or 13479799. OLE color: 13479799.

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

Color convert

RGB 119 175 205 -
CMYK 0.42 0.15 0 0.20
HSL 200.93º 0.46% 0.64% -
HSV(B) 200.93º 0.42% 0.8% -
XYZ 33.96 38.99 63.49 -
YUV 161.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 119 175 205 0.42 0.15 0 0.20 200.93 0.46 0.64
Hex 77 AF CD 2A F 0 14 C9 2E 40
Octal 167 257 315 52 17 0 24 311 56 100
Binary 1110111 10101111 11001101 101010 1111 0 10100 11001001 101110 1000000

Color Harmonies of #77AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFCD

Black with #77AFCD

Text Example


Text Example

White with #77AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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