#777D9B

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

Shades of Ship Cove #777D9B

Tints of Ship Cove #777D9B

Color information

#777D9B (or 0x777D9B) is unknown color: approx Ship Cove. HEX triplet: 77, 7D and 9B. RGB value is (119,125,155). Sum of RGB (Red+Green+Blue) = 119+125+155=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #777D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D9B is #888264. Grayscale: #7E7E7E. Windows color (decimal): -8946277 or 10190199. OLE color: 10190199.

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

Color convert

RGB119125155-
CMYK0.230.1900.39
HSL230º15.25%53.73%-
HSV(B)230º23.23%60.78%-
XYZ20.8620.9633.96-
YUV126.63144.01122.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=29.82%
G=31.33%
B=38.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191251550.230.1900.3923015.2553.73
Hex777D9B1713027e6f36
Octal16717523327230473461766
Binary111011111111011001101110111100110100111111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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