#778AAE

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

Shades of Ship Cove #778AAE

Tints of Ship Cove #778AAE

Color information

#778AAE (or 0x778AAE) is unknown color: approx Ship Cove. HEX triplet: 77, 8A and AE. RGB value is (119,138,174). Sum of RGB (Red+Green+Blue) = 119+138+174=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #778AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAE is #887551. Grayscale: #888888. Windows color (decimal): -8942930 or 11438711. OLE color: 11438711.

HSL color Cylindrical-coordinate representation of color #778AAE: hue angle of 219.27º 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 #778AAE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119138174-
CMYK0.320.2100.32
HSL219.27º25.35%57.45%-
HSV(B)219.27º31.61%68.24%-
XYZ24.3425.1543.62-
YUV136.42149.21115.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=27.61%
G=32.02%
B=40.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191381740.320.2100.32219.2725.3557.45
Hex778AAE2015020db1939
Octal16721225640250403333171
Binary111011110001010101011101000001010101000001101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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