Html Css Color HEX #77C2CD Seagull

📋 copy color: '#77C2CD'

red 119 ◦ green 194 ◦ blue 205

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

Shades of Seagull #77C2CD

Tints of Seagull #77C2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 22.97%
G = 37.45%
B = 39.58%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77C2CD (or 0x77C2CD) is known color: Seagull. HEX triplet: 77, C2 and CD. RGB value is (119,194,205). Sum of RGB (Red+Green+Blue) = 119+194+205=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2CD is #883D32. Grayscale: #ACACAC. Windows color (decimal): -8928563 or 13484663. OLE color: 13484663.

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

Color convert

RGB 119 194 205 -
CMYK 0.42 0.05 0 0.20
HSL 187.67º 0.46% 0.64% -
HSV(B) 187.67º 0.42% 0.8% -
XYZ 37.92 46.91 64.81 -
YUV 172.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 119 194 205 0.42 0.05 0 0.20 187.67 0.46 0.64
Hex 77 C2 CD 2A 5 0 14 BC 2E 40
Octal 167 302 315 52 5 0 24 274 56 100
Binary 1110111 11000010 11001101 101010 101 0 10100 10111100 101110 1000000

Color Harmonies of #77C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C2CD

Black with #77C2CD

Text Example


Text Example

White with #77C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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