#77B8CD

Color #77B8CD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #77B8CD

Tints of Seagull #77B8CD

Color information

#77B8CD (or 0x77B8CD) is unknown color: approx Seagull. HEX triplet: 77, B8 and CD. RGB value is (119,184,205). Sum of RGB (Red+Green+Blue) = 119+184+205=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #77B8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8CD is #884732. Grayscale: #A6A6A6. Windows color (decimal): -8931123 or 13482103. OLE color: 13482103.

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

Color convert

RGB119184205-
CMYK0.420.1000.20
HSL194.65º46.24%63.53%-
HSV(B)194.65º41.95%80.39%-
XYZ35.7742.6164.1-
YUV166.96149.4793.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.43%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=23.43%
G=36.22%
B=40.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191842050.420.1000.20194.6546.2463.53
Hex77B8CD2AA014c32e40
Octal167270315521202430356100
Binary111011110111000110011011010101010010100110000111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B8CD;
 }
 .AnyTagClassName
 {
   color: #77B8CD;
 }
</style>
background-color css

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

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

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

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

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

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