#778EAA

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

Shades of Ship Cove #778EAA

Tints of Ship Cove #778EAA

Color information

#778EAA (or 0x778EAA) is unknown color: approx Ship Cove. HEX triplet: 77, 8E and AA. RGB value is (119,142,170). Sum of RGB (Red+Green+Blue) = 119+142+170=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #778EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EAA is #887155. Grayscale: #8A8A8A. Windows color (decimal): -8941910 or 11177591. OLE color: 11177591.

HSL color Cylindrical-coordinate representation of color #778EAA: hue angle of 212.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778EAA is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119142170-
CMYK0.30.1600.33
HSL212.94º23.08%56.67%-
HSV(B)212.94º30%66.67%-
XYZ24.5426.1741.79-
YUV138.32145.88114.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=27.61%
G=32.95%
B=39.44%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191421700.30.1600.33212.9423.0856.67
Hex778EAA1E10021d51739
Octal16721625236200413252771
Binary11101111000111010101010111101000001000011101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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