#778EAC

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

Shades of Ship Cove #778EAC

Tints of Ship Cove #778EAC

Color information

#778EAC (or 0x778EAC) is unknown color: approx Ship Cove. HEX triplet: 77, 8E and AC. RGB value is (119,142,172). Sum of RGB (Red+Green+Blue) = 119+142+172=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #778EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EAC is #887153. Grayscale: #8A8A8A. Windows color (decimal): -8941908 or 11308663. OLE color: 11308663.

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

Color convert

RGB119142172-
CMYK0.310.1700.33
HSL213.96º24.2%57.06%-
HSV(B)213.96º30.81%67.45%-
XYZ24.7326.2542.79-
YUV138.54146.88114.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=27.48%
G=32.79%
B=39.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191421720.310.1700.33213.9624.257.06
Hex778EAC1F11021d61839
Octal16721625437210413263071
Binary11101111000111010101100111111000101000011101011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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