#777BA9

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

Shades of Ship Cove #777BA9

Tints of Ship Cove #777BA9

Color information

#777BA9 (or 0x777BA9) is unknown color: approx Ship Cove. HEX triplet: 77, 7B and A9. RGB value is (119,123,169). Sum of RGB (Red+Green+Blue) = 119+123+169=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 169 - color contains mainly: blue. Hex color #777BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BA9 is #888456. Grayscale: #7E7E7E. Windows color (decimal): -8946775 or 11107191. OLE color: 11107191.

HSL color Cylindrical-coordinate representation of color #777BA9: hue angle of 235.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777BA9 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB119123169-
CMYK0.300.2700.34
HSL235.2º22.52%56.47%-
HSV(B)235.2º29.59%66.27%-
XYZ21.8520.9540.43-
YUV127.05151.67122.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 169 (66.41% from 255) = 41.12%
R=28.95%
G=29.93%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191231690.300.2700.34235.222.5256.47
Hex777BA91E1B022eb1738
Octal16717325136330423532770
Binary1110111111101110101001111101101101000101110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777BA9; }

 p { color: rgb(119,123,169); }

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

<style>
 a { background-color: #777BA9; }

 a { background-color: rgb(119,123,169); }

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

<style>
 span { border-color: #777BA9; }

 span { border-color: rgb(119,123,169); }

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