#7780AE

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

Shades of Ship Cove #7780AE

Tints of Ship Cove #7780AE

Color information

#7780AE (or 0x7780AE) is unknown color: approx Ship Cove. HEX triplet: 77, 80 and AE. RGB value is (119,128,174). Sum of RGB (Red+Green+Blue) = 119+128+174=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #7780AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7780AE is #887F51. Grayscale: #828282. Windows color (decimal): -8945490 or 11436151. OLE color: 11436151.

HSL color Cylindrical-coordinate representation of color #7780AE: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7780AE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119128174-
CMYK0.320.2600.32
HSL230.18º25.35%57.45%-
HSV(B)230.18º31.61%68.24%-
XYZ22.9722.4243.16-
YUV130.55152.52119.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=28.27%
G=30.40%
B=41.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191281740.320.2600.32230.1825.3557.45
Hex7780AE201A020e61939
Octal16720025640320403463171
Binary111011110000000101011101000001101001000001110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7780AE; }

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

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

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

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

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

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

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

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