#777CA4

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

Shades of Ship Cove #777CA4

Tints of Ship Cove #777CA4

Color information

#777CA4 (or 0x777CA4) is unknown color: approx Ship Cove. HEX triplet: 77, 7C and A4. RGB value is (119,124,164). Sum of RGB (Red+Green+Blue) = 119+124+164=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #777CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CA4 is #88835B. Grayscale: #7E7E7E. Windows color (decimal): -8946524 or 10779767. OLE color: 10779767.

HSL color Cylindrical-coordinate representation of color #777CA4: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777CA4 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119124164-
CMYK0.270.2400.36
HSL233.33º19.82%55.49%-
HSV(B)233.33º27.44%64.31%-
XYZ21.5221.0238.04-
YUV127.06148.84122.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=29.24%
G=30.47%
B=40.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191241640.270.2400.36233.3319.8255.49
Hex777CA41B18024e91437
Octal16717424433300443512467
Binary1110111111110010100100110111100001001001110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,124,164); }

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

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

 a { background-color: rgb(119,124,164); }

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

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

 span { border-color: rgb(119,124,164); }

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