#778BAB

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

Shades of Ship Cove #778BAB

Tints of Ship Cove #778BAB

Color information

#778BAB (or 0x778BAB) is unknown color: approx Ship Cove. HEX triplet: 77, 8B and AB. RGB value is (119,139,171). Sum of RGB (Red+Green+Blue) = 119+139+171=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #778BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAB is #887454. Grayscale: #888888. Windows color (decimal): -8942677 or 11242359. OLE color: 11242359.

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

Color convert

RGB119139171-
CMYK0.300.1900.33
HSL216.92º23.64%56.86%-
HSV(B)216.92º30.41%67.06%-
XYZ24.1925.3342.14-
YUV136.67147.37115.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=27.74%
G=32.40%
B=39.86%

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
Decimal1191391710.300.1900.33216.9223.6456.86
Hex778BAB1E13021d91839
Octal16721325336230413313071
Binary11101111000101110101011111101001101000011101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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