#778AAB

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

Shades of Ship Cove #778AAB

Tints of Ship Cove #778AAB

Color information

#778AAB (or 0x778AAB) is unknown color: approx Ship Cove. HEX triplet: 77, 8A and AB. RGB value is (119,138,171). Sum of RGB (Red+Green+Blue) = 119+138+171=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #778AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAB is #887554. Grayscale: #878787. Windows color (decimal): -8942933 or 11242103. OLE color: 11242103.

HSL color Cylindrical-coordinate representation of color #778AAB: hue angle of 218.08º degrees, saturation: 0.24, 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 #778AAB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119138171-
CMYK0.300.1900.33
HSL218.08º23.64%56.86%-
HSV(B)218.08º30.41%67.06%-
XYZ24.0525.0442.09-
YUV136.08147.71115.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=27.80%
G=32.24%
B=39.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191381710.300.1900.33218.0823.6456.86
Hex778AAB1E13021da1839
Octal16721225336230413323071
Binary11101111000101010101011111101001101000011101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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