#778098

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

Shades of Ship Cove #778098

Tints of Ship Cove #778098

Color information

#778098 (or 0x778098) is unknown color: approx Ship Cove. HEX triplet: 77, 80 and 98. RGB value is (119,128,152). Sum of RGB (Red+Green+Blue) = 119+128+152=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #778098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778098 is #887F67. Grayscale: #7F7F7F. Windows color (decimal): -8945512 or 9994359. OLE color: 9994359.

HSL color Cylindrical-coordinate representation of color #778098: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778098 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119128152-
CMYK0.220.1600.40
HSL223.64º13.81%53.14%-
HSV(B)223.64º21.71%59.61%-
XYZ20.9921.6332.77-
YUV128.04141.52121.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=29.82%
G=32.08%
B=38.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191281520.220.1600.40223.6413.8153.14
Hex7780981610028e0e35
Octal16720023026200503401665
Binary1110111100000001001100010110100000101000111000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778098; }

 p { color: rgb(119,128,152); }

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

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

 a { background-color: rgb(119,128,152); }

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

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

 span { border-color: rgb(119,128,152); }

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