#778DAE

Color #778DAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #778DAE

Tints of Ship Cove #778DAE

Color information

#778DAE (or 0x778DAE) is unknown color: approx Ship Cove. HEX triplet: 77, 8D and AE. RGB value is (119,141,174). Sum of RGB (Red+Green+Blue) = 119+141+174=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #778DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAE is #887251. Grayscale: #8A8A8A. Windows color (decimal): -8942162 or 11439479. OLE color: 11439479.

HSL color Cylindrical-coordinate representation of color #778DAE: hue angle of 216º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778DAE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119141174-
CMYK0.320.1900.32
HSL216º25.35%57.45%-
HSV(B)216º31.61%68.24%-
XYZ24.7726.0343.76-
YUV138.18148.21114.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=27.42%
G=32.49%
B=40.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191411740.320.1900.3221625.3557.45
Hex778DAE2013020d81939
Octal16721525640230403303171
Binary111011110001101101011101000001001101000001101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778DAE; }

 p { color: rgb(119,141,174); }

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

<style>
 a { background-color: #778DAE; }

 a { background-color: rgb(119,141,174); }

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

<style>
 span { border-color: #778DAE; }

 span { border-color: rgb(119,141,174); }

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