#777B9B

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

Shades of Ship Cove #777B9B

Tints of Ship Cove #777B9B

Color information

#777B9B (or 0x777B9B) is unknown color: approx Ship Cove. HEX triplet: 77, 7B and 9B. RGB value is (119,123,155). Sum of RGB (Red+Green+Blue) = 119+123+155=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #777B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B9B is #888464. Grayscale: #7D7D7D. Windows color (decimal): -8946789 or 10189687. OLE color: 10189687.

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

Color convert

RGB119123155-
CMYK0.230.2100.39
HSL233.33º15.25%53.73%-
HSV(B)233.33º23.23%60.78%-
XYZ20.6120.4533.87-
YUV125.45144.67123.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=29.97%
G=30.98%
B=39.04%

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
Decimal1191231550.230.2100.39233.3315.2553.73
Hex777B9B1715027e9f36
Octal16717323327250473511766
Binary111011111110111001101110111101010100111111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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