#778AAC

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

Shades of Ship Cove #778AAC

Tints of Ship Cove #778AAC

Color information

#778AAC (or 0x778AAC) is unknown color: approx Ship Cove. HEX triplet: 77, 8A and AC. RGB value is (119,138,172). Sum of RGB (Red+Green+Blue) = 119+138+172=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #778AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAC is #887553. Grayscale: #888888. Windows color (decimal): -8942932 or 11307639. OLE color: 11307639.

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

Color convert

RGB119138172-
CMYK0.310.2000.33
HSL218.49º24.2%57.06%-
HSV(B)218.49º30.81%67.45%-
XYZ24.1425.0842.6-
YUV136.2148.21115.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=27.74%
G=32.17%
B=40.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191381720.310.2000.33218.4924.257.06
Hex778AAC1F14021da1839
Octal16721225437240413323071
Binary11101111000101010101100111111010001000011101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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