#777FA7

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

Shades of Ship Cove #777FA7

Tints of Ship Cove #777FA7

Color information

#777FA7 (or 0x777FA7) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and A7. RGB value is (119,127,167). Sum of RGB (Red+Green+Blue) = 119+127+167=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 167 - color contains mainly: blue. Hex color #777FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FA7 is #888058. Grayscale: #818181. Windows color (decimal): -8945753 or 10977143. OLE color: 10977143.

HSL color Cylindrical-coordinate representation of color #777FA7: hue angle of 230º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777FA7 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB119127167-
CMYK0.290.2400.35
HSL230º21.43%56.08%-
HSV(B)230º28.74%65.49%-
XYZ22.1721.8939.62-
YUV129.17149.35120.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=28.81%
G=30.75%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191271670.290.2400.3523021.4356.08
Hex777FA71D18023e61538
Octal16717724735300433462570
Binary1110111111111110100111111011100001000111110011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,167); }

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

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

 a { background-color: rgb(119,127,167); }

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

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

 span { border-color: rgb(119,127,167); }

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