#777B9E

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

Shades of Ship Cove #777B9E

Tints of Ship Cove #777B9E

Color information

#777B9E (or 0x777B9E) is unknown color: approx Ship Cove. HEX triplet: 77, 7B and 9E. RGB value is (119,123,158). Sum of RGB (Red+Green+Blue) = 119+123+158=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #777B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B9E is #888461. Grayscale: #7D7D7D. Windows color (decimal): -8946786 or 10386295. OLE color: 10386295.

HSL color Cylindrical-coordinate representation of color #777B9E: hue angle of 233.85º 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 #777B9E is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119123158-
CMYK0.250.2200.38
HSL233.85º16.74%54.31%-
HSV(B)233.85º24.68%61.96%-
XYZ20.8620.5635.22-
YUV125.79146.17123.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=29.75%
G=30.75%
B=39.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191231580.250.2200.38233.8516.7454.31
Hex777B9E1916026ea1136
Octal16717323631260463522166
Binary1110111111101110011110110011011001001101110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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