#778EAD

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

Shades of Ship Cove #778EAD

Tints of Ship Cove #778EAD

Color information

#778EAD (or 0x778EAD) is unknown color: approx Ship Cove. HEX triplet: 77, 8E and AD. RGB value is (119,142,173). Sum of RGB (Red+Green+Blue) = 119+142+173=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #778EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EAD is #887152. Grayscale: #8A8A8A. Windows color (decimal): -8941907 or 11374199. OLE color: 11374199.

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

Color convert

RGB119142173-
CMYK0.310.1800.32
HSL214.44º24.77%57.25%-
HSV(B)214.44º31.21%67.84%-
XYZ24.8226.2943.3-
YUV138.66147.38113.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=27.42%
G=32.72%
B=39.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191421730.310.1800.32214.4424.7757.25
Hex778EAD1F12020d61939
Octal16721625537220403263171
Binary11101111000111010101101111111001001000001101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,173); }

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

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

 a { background-color: rgb(119,142,173); }

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

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

 span { border-color: rgb(119,142,173); }

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