#777A9B

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

Shades of Ship Cove #777A9B

Tints of Ship Cove #777A9B

Color information

#777A9B (or 0x777A9B) is unknown color: approx Ship Cove. HEX triplet: 77, 7A and 9B. RGB value is (119,122,155). Sum of RGB (Red+Green+Blue) = 119+122+155=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #777A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A9B is #888564. Grayscale: #7C7C7C. Windows color (decimal): -8947045 or 10189431. OLE color: 10189431.

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

Color convert

RGB119122155-
CMYK0.230.2100.39
HSL235º15.25%53.73%-
HSV(B)235º23.23%60.78%-
XYZ20.4820.2133.83-
YUV124.86145.01123.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=30.05%
G=30.81%
B=39.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191221550.230.2100.3923515.2553.73
Hex777A9B1715027ebf36
Octal16717223327250473531766
Binary111011111110101001101110111101010100111111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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