#7782aa

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

Shades of Ship Cove #7782AA

Tints of Ship Cove #7782AA

Color information

#7782AA (or 0x7782AA) is unknown color: approx Ship Cove. HEX triplet: 77, 82 and AA. RGB value is (119,130,170). Sum of RGB (Red+Green+Blue) = 119+130+170=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7782AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7782AA is #887D55. Grayscale: #838383. Windows color (decimal): -8944982 or 11174519. OLE color: 11174519.

HSL color Cylindrical-coordinate representation of color #7782AA: hue angle of 227.06º 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 #7782AA is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119130170-
CMYK0.30.2400.33
HSL227.06º23.08%56.67%-
HSV(B)227.06º30%66.67%-
XYZ22.8522.7941.22-
YUV131.27149.86119.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=28.40%
G=31.03%
B=40.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191301700.30.2400.33227.0623.0856.67
Hex7782AA1E18021e31739
Octal16720225236300413432771
Binary11101111000001010101010111101100001000011110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7782aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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