#7781AA

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

Shades of Ship Cove #7781AA

Tints of Ship Cove #7781AA

Color information

#7781AA (or 0x7781AA) is unknown color: approx Ship Cove. HEX triplet: 77, 81 and AA. RGB value is (119,129,170). Sum of RGB (Red+Green+Blue) = 119+129+170=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #7781AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AA is #887E55. Grayscale: #828282. Windows color (decimal): -8945238 or 11174263. OLE color: 11174263.

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

Color convert

RGB119129170-
CMYK0.30.2400.33
HSL228.24º23.08%56.67%-
HSV(B)228.24º30%66.67%-
XYZ22.7122.5241.18-
YUV130.68150.19119.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=28.47%
G=30.86%
B=40.67%

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
Decimal1191291700.30.2400.33228.2423.0856.67
Hex7781AA1E18021e41739
Octal16720125236300413442771
Binary11101111000000110101010111101100001000011110010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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