#777CA2

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

Shades of Ship Cove #777CA2

Tints of Ship Cove #777CA2

Color information

#777CA2 (or 0x777CA2) is unknown color: approx Ship Cove. HEX triplet: 77, 7C and A2. RGB value is (119,124,162). Sum of RGB (Red+Green+Blue) = 119+124+162=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #777CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CA2 is #88835D. Grayscale: #7E7E7E. Windows color (decimal): -8946526 or 10648695. OLE color: 10648695.

HSL color Cylindrical-coordinate representation of color #777CA2: hue angle of 233.02º degrees, saturation: 0.19, 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 #777CA2 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119124162-
CMYK0.270.2300.36
HSL233.02º18.78%55.1%-
HSV(B)233.02º26.54%63.53%-
XYZ21.3420.9537.1-
YUV126.84147.84122.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 162 (63.67% from 255) = 40%
R=29.38%
G=30.62%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191241620.270.2300.36233.0218.7855.1
Hex777CA21B17024e91337
Octal16717424233270443512367
Binary1110111111110010100010110111011101001001110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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