#7781AB

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

Shades of Ship Cove #7781AB

Tints of Ship Cove #7781AB

Color information

#7781AB (or 0x7781AB) is unknown color: approx Ship Cove. HEX triplet: 77, 81 and AB. RGB value is (119,129,171). Sum of RGB (Red+Green+Blue) = 119+129+171=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7781AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AB is #887E54. Grayscale: #828282. Windows color (decimal): -8945237 or 11239799. OLE color: 11239799.

HSL color Cylindrical-coordinate representation of color #7781AB: hue angle of 228.46º degrees, saturation: 0.24, 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 #7781AB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119129171-
CMYK0.300.2500.33
HSL228.46º23.64%56.86%-
HSV(B)228.46º30.41%67.06%-
XYZ22.8122.5641.68-
YUV130.8150.69119.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=28.40%
G=30.79%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191291710.300.2500.33228.4623.6456.86
Hex7781AB1E19021e41839
Octal16720125336310413443071
Binary11101111000000110101011111101100101000011110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7781AB; }

 p { color: rgb(119,129,171); }

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

<style>
 a { background-color: #7781AB; }

 a { background-color: rgb(119,129,171); }

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

<style>
 span { border-color: #7781AB; }

 span { border-color: rgb(119,129,171); }

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