#778BAC

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

Shades of Ship Cove #778BAC

Tints of Ship Cove #778BAC

Color information

#778BAC (or 0x778BAC) is unknown color: approx Ship Cove. HEX triplet: 77, 8B and AC. RGB value is (119,139,172). Sum of RGB (Red+Green+Blue) = 119+139+172=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #778BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAC is #887453. Grayscale: #888888. Windows color (decimal): -8942676 or 11307895. OLE color: 11307895.

HSL color Cylindrical-coordinate representation of color #778BAC: hue angle of 217.36º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778BAC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119139172-
CMYK0.310.1900.33
HSL217.36º24.2%57.06%-
HSV(B)217.36º30.81%67.45%-
XYZ24.2925.3742.65-
YUV136.78147.87115.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 172 (67.58% from 255) = 40%
R=27.67%
G=32.33%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191391720.310.1900.33217.3624.257.06
Hex778BAC1F13021d91839
Octal16721325437230413313071
Binary11101111000101110101100111111001101000011101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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