#7782AE

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

Shades of Ship Cove #7782AE

Tints of Ship Cove #7782AE

Color information

#7782AE (or 0x7782AE) is unknown color: approx Ship Cove. HEX triplet: 77, 82 and AE. RGB value is (119,130,174). Sum of RGB (Red+Green+Blue) = 119+130+174=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7782AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7782AE is #887D51. Grayscale: #838383. Windows color (decimal): -8944978 or 11436663. OLE color: 11436663.

HSL color Cylindrical-coordinate representation of color #7782AE: hue angle of 228º 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 #7782AE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119130174-
CMYK0.320.2500.32
HSL228º25.35%57.45%-
HSV(B)228º31.61%68.24%-
XYZ23.2322.9443.25-
YUV131.73151.86118.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=28.13%
G=30.73%
B=41.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191301740.320.2500.3222825.3557.45
Hex7782AE2019020e41939
Octal16720225640310403443171
Binary111011110000010101011101000001100101000001110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7782AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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