#777F9F

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

Shades of Ship Cove #777F9F

Tints of Ship Cove #777F9F

Color information

#777F9F (or 0x777F9F) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and 9F. RGB value is (119,127,159). Sum of RGB (Red+Green+Blue) = 119+127+159=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #777F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F9F is #888060. Grayscale: #808080. Windows color (decimal): -8945761 or 10452855. OLE color: 10452855.

HSL color Cylindrical-coordinate representation of color #777F9F: hue angle of 228º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777F9F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119127159-
CMYK0.250.2000.38
HSL228º17.24%54.51%-
HSV(B)228º25.16%62.35%-
XYZ21.4621.635.84-
YUV128.26145.35121.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=29.38%
G=31.36%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191271590.250.2000.3822817.2454.51
Hex777F9F1914026e41137
Octal16717723731240463442167
Binary1110111111111110011111110011010001001101110010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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