Html Css Color HEX #77C3CC Seagull

📋 copy color: '#77C3CC'

red 119 ◦ green 195 ◦ blue 204

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

Shades of Seagull #77C3CC

Tints of Seagull #77C3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 22.97%
G = 37.64%
B = 39.38%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#77C3CC (or 0x77C3CC) is known color: Seagull. HEX triplet: 77, C3 and CC. RGB value is (119,195,204). Sum of RGB (Red+Green+Blue) = 119+195+204=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #77C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C3CC is #883C33. Grayscale: #ADADAD. Windows color (decimal): -8928308 or 13419383. OLE color: 13419383.

HSL color Cylindrical-coordinate representation of color #77C3CC: hue angle of 186.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C3CC is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 195 204 -
CMYK 0.42 0.04 0 0.2
HSL 186.35º 0.45% 0.63% -
HSV(B) 186.35º 0.42% 0.8% -
XYZ 38.02 47.31 64.25 -
YUV 173.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 119 195 204 0.42 0.04 0 0.2 186.35 0.45 0.63
Hex 77 C3 CC 2A 4 0 14 BA 2D 3F
Octal 167 303 314 52 4 0 24 272 55 77
Binary 1110111 11000011 11001100 101010 100 0 10100 10111010 101101 111111

Color Harmonies of #77C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C3CC

Black with #77C3CC

Text Example


Text Example

White with #77C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,195,204); }

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

background-color css

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

 a { background-color: rgb(119,195,204); }

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

border-color css

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

 span { border-color: rgb(119,195,204); }

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