#778AAA

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

Shades of Ship Cove #778AAA

Tints of Ship Cove #778AAA

Color information

#778AAA (or 0x778AAA) is unknown color: approx Ship Cove. HEX triplet: 77, 8A and AA. RGB value is (119,138,170). Sum of RGB (Red+Green+Blue) = 119+138+170=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #778AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAA is #887555. Grayscale: #878787. Windows color (decimal): -8942934 or 11176567. OLE color: 11176567.

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

Color convert

RGB119138170-
CMYK0.30.1900.33
HSL217.65º23.08%56.67%-
HSV(B)217.65º30%66.67%-
XYZ23.952541.59-
YUV135.97147.21115.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=27.87%
G=32.32%
B=39.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191381700.30.1900.33217.6523.0856.67
Hex778AAA1E13021da1739
Octal16721225236230413322771
Binary11101111000101010101010111101001101000011101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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