#777A9E

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

Shades of Ship Cove #777A9E

Tints of Ship Cove #777A9E

Color information

#777A9E (or 0x777A9E) is unknown color: approx Ship Cove. HEX triplet: 77, 7A and 9E. RGB value is (119,122,158). Sum of RGB (Red+Green+Blue) = 119+122+158=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #777A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A9E is #888561. Grayscale: #7D7D7D. Windows color (decimal): -8947042 or 10386039. OLE color: 10386039.

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

Color convert

RGB119122158-
CMYK0.250.2300.38
HSL235.38º16.74%54.31%-
HSV(B)235.38º24.68%61.96%-
XYZ20.7420.3135.17-
YUV125.21146.51123.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=29.82%
G=30.58%
B=39.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191221580.250.2300.38235.3816.7454.31
Hex777A9E1917026eb1136
Octal16717223631270463532166
Binary1110111111101010011110110011011101001101110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,122,158); }

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

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

 a { background-color: rgb(119,122,158); }

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

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

 span { border-color: rgb(119,122,158); }

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