#777F9B

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

Shades of Ship Cove #777F9B

Tints of Ship Cove #777F9B

Color information

#777F9B (or 0x777F9B) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and 9B. RGB value is (119,127,155). Sum of RGB (Red+Green+Blue) = 119+127+155=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #777F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F9B is #888064. Grayscale: #7F7F7F. Windows color (decimal): -8945765 or 10190711. OLE color: 10190711.

HSL color Cylindrical-coordinate representation of color #777F9B: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #777F9B is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119127155-
CMYK0.230.1800.39
HSL226.67º15.25%53.73%-
HSV(B)226.67º23.23%60.78%-
XYZ21.1121.4734.04-
YUV127.8143.35121.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=29.68%
G=31.67%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191271550.230.1800.39226.6715.2553.73
Hex777F9B1712027e3f36
Octal16717723327220473431766
Binary111011111111111001101110111100100100111111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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