#777E9E

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

Shades of Ship Cove #777E9E

Tints of Ship Cove #777E9E

Color information

#777E9E (or 0x777E9E) is unknown color: approx Ship Cove. HEX triplet: 77, 7E and 9E. RGB value is (119,126,158). Sum of RGB (Red+Green+Blue) = 119+126+158=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #777E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E9E is #888161. Grayscale: #7F7F7F. Windows color (decimal): -8946018 or 10387063. OLE color: 10387063.

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

Color convert

RGB119126158-
CMYK0.250.2000.38
HSL229.23º16.74%54.31%-
HSV(B)229.23º24.68%61.96%-
XYZ21.2421.3135.34-
YUV127.55145.18121.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=29.53%
G=31.27%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191261580.250.2000.38229.2316.7454.31
Hex777E9E1914026e51136
Octal16717623631240463452166
Binary1110111111111010011110110011010001001101110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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