#778DAB

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

Shades of Ship Cove #778DAB

Tints of Ship Cove #778DAB

Color information

#778DAB (or 0x778DAB) is unknown color: approx Ship Cove. HEX triplet: 77, 8D and AB. RGB value is (119,141,171). Sum of RGB (Red+Green+Blue) = 119+141+171=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #778DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAB is #887254. Grayscale: #898989. Windows color (decimal): -8942165 or 11242871. OLE color: 11242871.

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

Color convert

RGB119141171-
CMYK0.300.1800.33
HSL214.62º23.64%56.86%-
HSV(B)214.62º30.41%67.06%-
XYZ24.4825.9142.24-
YUV137.84146.71114.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=27.61%
G=32.71%
B=39.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191411710.300.1800.33214.6223.6456.86
Hex778DAB1E12021d71839
Octal16721525336220413273071
Binary11101111000110110101011111101001001000011101011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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