#778DAD

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

Shades of Ship Cove #778DAD

Tints of Ship Cove #778DAD

Color information

#778DAD (or 0x778DAD) is unknown color: approx Ship Cove. HEX triplet: 77, 8D and AD. RGB value is (119,141,173). Sum of RGB (Red+Green+Blue) = 119+141+173=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #778DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAD is #887252. Grayscale: #898989. Windows color (decimal): -8942163 or 11373943. OLE color: 11373943.

HSL color Cylindrical-coordinate representation of color #778DAD: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778DAD is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119141173-
CMYK0.310.1800.32
HSL215.56º24.77%57.25%-
HSV(B)215.56º31.21%67.84%-
XYZ24.6825.9943.25-
YUV138.07147.71114.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=27.48%
G=32.56%
B=39.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191411730.310.1800.32215.5624.7757.25
Hex778DAD1F12020d81939
Octal16721525537220403303171
Binary11101111000110110101101111111001001000001101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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